aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDario Binacchi <dario.binacchi@amarulasolutions.com>2023-02-08 09:15:39 +0100
committerStefano Babic <sbabic@denx.de>2023-03-31 10:51:14 +0200
commitd8aba36d741c01b1e1ea60f3bbbc33ae05fa2505 (patch)
tree865517ae106e6d533cea5915f47d5c7bd4c3facd
parent565681e596381b5b6db59cf06931e698f2d829e5 (diff)
downloadu-boot-d8aba36d741c01b1e1ea60f3bbbc33ae05fa2505.zip
u-boot-d8aba36d741c01b1e1ea60f3bbbc33ae05fa2505.tar.gz
u-boot-d8aba36d741c01b1e1ea60f3bbbc33ae05fa2505.tar.bz2
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. Commit 36b661dc919da ("Merge branch 'next'") re-added the console setting that commit bede82f750752 ("configs: imx8mn_bsh_smm_s2: remove console from bootargs") had previously removed. Fixes: 36b661dc919da ("Merge branch 'next'") Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Reviewed-by: Fabio Estevam <festevam@denx.de>
-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 e97b8e8..deeed9c 100644
--- a/include/configs/imx8mn_bsh_smm_s2.h
+++ b/include/configs/imx8mn_bsh_smm_s2.h
@@ -14,7 +14,7 @@
#include <config_distro_bootcmd.h>
#define NANDARGS \
- "nandargs=setenv bootargs console=${console} " \
+ "nandargs=setenv bootargs " \
"${optargs} " \
"mtdparts=${mtdparts} " \
"root=${nandroot} " \