aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2023-04-03 10:13:36 -0400
committerTom Rini <trini@konsulko.com>2023-04-03 10:13:36 -0400
commitcfb4c33e8948b39974e3e62f9c35df6075623657 (patch)
treeb23125d93a6776438589021843b1399b8cb8d11f
parent86169cdcb0ec53c93e27f7a6c983c33862a1f616 (diff)
parentd8aba36d741c01b1e1ea60f3bbbc33ae05fa2505 (diff)
Merge tag 'u-boot-imx-20230403' of https://source.denx.de/u-boot/custodians/u-boot-imx
Fixes for 2023.04 ------------------ CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/15831 - fix for imx8mn_bsh_smm_s2
-rw-r--r--include/configs/imx8mn_bsh_smm_s2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/imx8mn_bsh_smm_s2.h b/include/configs/imx8mn_bsh_smm_s2.h
index e97b8e871d2..deeed9c2f58 100644
--- a/include/configs/imx8mn_bsh_smm_s2.h
+++ b/include/configs/imx8mn_bsh_smm_s2.h
@@ -14,7 +14,7 @@
#include <config_distro_bootcmd.h>
#define NANDARGS \
- "nandargs=setenv bootargs console=${console} " \
+ "nandargs=setenv bootargs " \
"${optargs} " \
"mtdparts=${mtdparts} " \
"root=${nandroot} " \