[PATCH] lx2162a : Rename emmc boot command variable

meenakshi.aggarwal at nxp.com meenakshi.aggarwal at nxp.com
Thu Aug 26 12:39:24 CEST 2021


From: Meenakshi Aggarwal <meenakshi.aggarwal at nxp.com>

Rename emmc_bootcmd environment variable to sd2_bootcmd
to fix emmc boot on lx2162aqds board.

Signed-off-by: Meenakshi Aggarwal <meenakshi.aggarwal at nxp.com>
---
 include/configs/lx2162aqds.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/configs/lx2162aqds.h b/include/configs/lx2162aqds.h
index 847534c550..d2145db6f1 100644
--- a/include/configs/lx2162aqds.h
+++ b/include/configs/lx2162aqds.h
@@ -1,6 +1,6 @@
 /* SPDX-License-Identifier: GPL-2.0+ */
 /*
- * Copyright 2020 NXP
+ * Copyright 2020-2021 NXP
  */
 
 #ifndef __LX2162_QDS_H
@@ -65,7 +65,7 @@ u8 qixis_esdhc_detect_quirk(void);
 		"$kernelhdr_addr_sd $kernelhdr_size_sd "	\
 		" && esbc_validate ${kernelheader_addr_r};"	\
 		"bootm $load_addr#$BOARD\0"			\
-	"emmc_bootcmd=echo Trying load from emmc card..;"	\
+	"sd2_bootcmd=echo Trying load from emmc card..;"	\
 		"mmc dev 1; mmcinfo; mmc read $load_addr "	\
 		"$kernel_addr_sd $kernel_size_sd ;"		\
 		"env exists secureboot && mmc read $kernelheader_addr_r "\
-- 
2.25.1



More information about the U-Boot mailing list