The Linux kernel device tree already specifies the device to be used for
boot console output with a stdout-path property under /chosen.
Commit
3e3bcaffbc221 ("Merge branch 'next'") re-added the console
setting that commit
2cfd9bebaee6d ("configs: imx8mn_bsh_smm_s2: remove
console from bootargs") had previously removed.
Fixes: 3e3bcaffbc221 ("Merge branch 'next'")
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Reviewed-by: Fabio Estevam <festevam@denx.de>
#include <config_distro_bootcmd.h>
#define NANDARGS \
- "nandargs=setenv bootargs console=${console} " \
+ "nandargs=setenv bootargs " \
"${optargs} " \
"mtdparts=${mtdparts} " \
"root=${nandroot} " \