mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-29 15:43:44 +08:00
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. Commit36b661dc91
("Merge branch 'next'") re-added the console setting that commitbede82f750
("configs: imx8mn_bsh_smm_s2: remove console from bootargs") had previously removed. Fixes:36b661dc91
("Merge branch 'next'") Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Reviewed-by: Fabio Estevam <festevam@denx.de>
This commit is contained in:
parent
565681e596
commit
d8aba36d74
@ -14,7 +14,7 @@
|
||||
#include <config_distro_bootcmd.h>
|
||||
|
||||
#define NANDARGS \
|
||||
"nandargs=setenv bootargs console=${console} " \
|
||||
"nandargs=setenv bootargs " \
|
||||
"${optargs} " \
|
||||
"mtdparts=${mtdparts} " \
|
||||
"root=${nandroot} " \
|
||||
|
Loading…
Reference in New Issue
Block a user