diff options
| author | Dario Binacchi <[email protected]> | 2022-06-26 12:05:17 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-06-28 15:51:56 -0400 |
| commit | bede82f7507523f23390afe7c373be6c540c5431 (patch) | |
| tree | 4d427b2c37f2449dbf6fad66baa946b79a76ccc7 /include | |
| parent | 592e04cde563425ef9d92b2a4b4927906dbeecd6 (diff) | |
configs: imx8mn_bsh_smm_s2: remove console from bootargs
The Linux kernel device tree already specifies the device to be used for
boot console output with a stdout-path property under /chosen.
Co-developed-by: Michael Trimarchi <[email protected]>
Signed-off-by: Michael Trimarchi <[email protected]>
Signed-off-by: Dario Binacchi <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/imx8mn_bsh_smm_s2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/imx8mn_bsh_smm_s2.h b/include/configs/imx8mn_bsh_smm_s2.h index 098f23b206d..1eff8c43701 100644 --- a/include/configs/imx8mn_bsh_smm_s2.h +++ b/include/configs/imx8mn_bsh_smm_s2.h @@ -16,7 +16,7 @@ #define NANDARGS \ "mtdids=" CONFIG_MTDIDS_DEFAULT "\0" \ "mtdparts=" CONFIG_MTDPARTS_DEFAULT "\0" \ - "nandargs=setenv bootargs console=${console} " \ + "nandargs=setenv bootargs " \ "${optargs} " \ "root=${nandroot} " \ "rootfstype=${nandrootfstype}\0" \ |
