[U-Boot] [PATCH] armv7: ls102xa: Increase the supported kernel size
Alison Wang
b18965 at freescale.com
Fri Jan 15 08:29:32 CET 2016
Increase the kernel size supported for LS1021A platform. Define
CONFIG_SYS_BOOTM_LEN to 64M.
Signed-off-by: Alison Wang <alison.wang at 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
--
2.1.0.27.g96db324
More information about the U-Boot
mailing list