diff mbox series

[3/4] configs: ls2080aqds.h: Update mc size in env

Message ID 20210712044819.25005-3-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
Set MC Firmware size in read commands in
env to 2MB.

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

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

-- 
2.17.1
diff mbox series

Patch

diff --git a/include/configs/ls2080aqds.h b/include/configs/ls2080aqds.h
index b3fce1b7f7..64b0c78aba 100644
--- a/include/configs/ls2080aqds.h
+++ b/include/configs/ls2080aqds.h
@@ -345,7 +345,7 @@  unsigned long get_board_ddr_clk(void);
 #else
 #ifdef CONFIG_TFABOOT
 #define SD_MC_INIT_CMD				\
-	"mmcinfo;mmc read 0x80a00000 0x5000 0x1200;"  \
+	"mmcinfo;mmc read 0x80a00000 0x5000 0x1000;"  \
 	"mmc read 0x80e00000 0x7000 0x800;" \
 	"fsl_mc start mc 0x80a00000 0x80e00000\0"
 #define IFC_MC_INIT_CMD				\
@@ -418,7 +418,7 @@  unsigned long get_board_ddr_clk(void);
 	"kernel_start=0x8000\0"              \
 	"kernel_load=0xa0000000\0"              \
 	"kernel_size=0x14000\0"               \
-	"mcinitcmd=mmcinfo;mmc read 0x80000000 0x5000 0x800;"  \
+	"mcinitcmd=mmcinfo;mmc read 0x80000000 0x5000 0x1000;"  \
 	"mmc read 0x80100000 0x7000 0x800;" \
 	"fsl_mc start mc 0x80000000 0x80100000\0"       \
 	"mcmemsize=0x70000000 \0"