From: Dario Binacchi Date: Wed, 8 Feb 2023 08:15:39 +0000 (+0100) Subject: configs: imx8mn_bsh_smm_s2: remove console from bootargs X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=d8aba36d741c01b1e1ea60f3bbbc33ae05fa2505;p=u-boot.git 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 Reviewed-by: Fabio Estevam --- 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} " \