diff mbox series

[2/4] configs: ls1088ardb.h: Update mc size in env

Message ID 20210712044819.25005-2-priyanka.jain@nxp.com
State New
Headers show
Series [1/4] configs: ls1088aqds.h: Update mc size in env | expand

Commit Message

Priyanka Jain July 12, 2021, 4:48 a.m. UTC
Increase MC firmware size from 1MB to 2MB
in read commands in env.

Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>

---
 include/configs/ls1088ardb.h | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

-- 
2.17.1
diff mbox series

Patch

diff --git a/include/configs/ls1088ardb.h b/include/configs/ls1088ardb.h
index 6f36dd417a..0df3b486e8 100644
--- a/include/configs/ls1088ardb.h
+++ b/include/configs/ls1088ardb.h
@@ -261,7 +261,7 @@ 
 /* Initial environment variables */
 #ifdef CONFIG_TFABOOT
 #define QSPI_MC_INIT_CMD				\
-	"sf probe 0:0;sf read 0x80000000 0xA00000 0x100000;"	\
+	"sf probe 0:0;sf read 0x80000000 0xA00000 0x200000;"	\
 	"sf read 0x80100000 0xE00000 0x100000;"				\
 	"env exists secureboot && "			\
 	"sf read 0x80640000 0x640000 0x40000 && "	\
@@ -270,7 +270,7 @@ 
 	"esbc_validate 0x80680000 ;"			\
 	"fsl_mc start mc 0x80000000 0x80100000\0"
 #define SD_MC_INIT_CMD				\
-	"mmcinfo;mmc read 0x80000000 0x5000 0x800;"		\
+	"mmcinfo;mmc read 0x80000000 0x5000 0x1000;"		\
 	"mmc read 0x80100000 0x7000 0x800;"				\
 	"env exists secureboot && "			\
 	"mmc read 0x80640000 0x3200 0x20 && "		\
@@ -281,7 +281,7 @@ 
 #else
 #if defined(CONFIG_QSPI_BOOT)
 #define MC_INIT_CMD				\
-	"mcinitcmd=sf probe 0:0;sf read 0x80000000 0xA00000 0x100000;"	\
+	"mcinitcmd=sf probe 0:0;sf read 0x80000000 0xA00000 0x200000;"	\
 	"sf read 0x80100000 0xE00000 0x100000;"				\
 	"env exists secureboot && "			\
 	"sf read 0x80640000 0x640000 0x40000 && "	\
@@ -292,7 +292,7 @@ 
 	"mcmemsize=0x70000000\0"
 #elif defined(CONFIG_SD_BOOT)
 #define MC_INIT_CMD				\
-	"mcinitcmd=mmcinfo;mmc read 0x80000000 0x5000 0x800;"		\
+	"mcinitcmd=mmcinfo;mmc read 0x80000000 0x5000 0x1000;"		\
 	"mmc read 0x80100000 0x7000 0x800;"				\
 	"env exists secureboot && "			\
 	"mmc read 0x80640000 0x3200 0x20 && "		\