1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-06 17:09:18 +01: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.

Commit 36b661dc91 ("Merge branch 'next'") re-added the console
setting that commit bede82f750 ("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:
Dario Binacchi
2023-02-08 09:15:39 +01:00
committed by Stefano Babic
parent 565681e596
commit d8aba36d74

View File

@@ -14,7 +14,7 @@
#include <config_distro_bootcmd.h>
#define NANDARGS \
"nandargs=setenv bootargs console=${console} " \
"nandargs=setenv bootargs " \
"${optargs} " \
"mtdparts=${mtdparts} " \
"root=${nandroot} " \