
Increase the kernel size supported for LS1021A platform. Define CONFIG_SYS_BOOTM_LEN to 64M.
Signed-off-by: Alison Wang alison.wang@nxp.com --- include/configs/ls1021aqds.h | 2 ++ include/configs/ls1021atwr.h | 2 ++ 2 files changed, 4 insertions(+)
diff --git a/include/configs/ls1021aqds.h b/include/configs/ls1021aqds.h index 2e8dbc7..bbbb057 100644 --- a/include/configs/ls1021aqds.h +++ b/include/configs/ls1021aqds.h @@ -668,4 +668,6 @@ unsigned long get_board_ddr_clk(void); #include <asm/fsl_secure_boot.h> #endif
+#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */ + #endif diff --git a/include/configs/ls1021atwr.h b/include/configs/ls1021atwr.h index c12ba3a..dd1270b 100644 --- a/include/configs/ls1021atwr.h +++ b/include/configs/ls1021atwr.h @@ -524,4 +524,6 @@ #include <asm/fsl_secure_boot.h> #endif
+#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */ + #endif