summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDario Binacchi <[email protected]>2022-06-26 12:05:17 +0200
committerTom Rini <[email protected]>2022-06-28 15:51:56 -0400
commitbede82f7507523f23390afe7c373be6c540c5431 (patch)
tree4d427b2c37f2449dbf6fad66baa946b79a76ccc7 /include
parent592e04cde563425ef9d92b2a4b4927906dbeecd6 (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.h2
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" \