From 5eed24e34f4fcd135ccd4656649a17a14bbc1438 Mon Sep 17 00:00:00 2001 From: Dario Binacchi Date: Wed, 8 Feb 2023 09:15:39 +0100 Subject: [PATCH] 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 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 Reviewed-by: Fabio Estevam --- include/configs/imx8mn_bsh_smm_s2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/imx8mn_bsh_smm_s2.h b/include/configs/imx8mn_bsh_smm_s2.h index e97b8e871d..deeed9c2f5 100644 --- a/include/configs/imx8mn_bsh_smm_s2.h +++ b/include/configs/imx8mn_bsh_smm_s2.h @@ -14,7 +14,7 @@ #include #define NANDARGS \ - "nandargs=setenv bootargs console=${console} " \ + "nandargs=setenv bootargs " \ "${optargs} " \ "mtdparts=${mtdparts} " \ "root=${nandroot} " \ -- 2.39.5