[U-Boot] [PATCH 1/2] armv8: ls2080a: Increase load image len for NAND boot

York Sun york.sun at nxp.com
Thu Dec 7 22:37:39 UTC 2017


From: Yuan Yao <yao.yuan at nxp.com>

Again the image size increases and the length needs to be adjusted.

Signed-off-by: York Sun <york.sun at nxp.com>
---

 include/configs/ls2080a_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/ls2080a_common.h b/include/configs/ls2080a_common.h
index f897869..576785e 100644
--- a/include/configs/ls2080a_common.h
+++ b/include/configs/ls2080a_common.h
@@ -237,7 +237,7 @@ unsigned long long get_qixis_addr(void);
 #endif
 #define CONFIG_SYS_SPL_MALLOC_SIZE	0x00100000
 #define CONFIG_SYS_SPL_MALLOC_START	0x80200000
-#define CONFIG_SYS_MONITOR_LEN		(640 * 1024)
+#define CONFIG_SYS_MONITOR_LEN		(1024 * 1024)
 
 #define CONFIG_SYS_BOOTM_LEN   (64 << 20)      /* Increase max gunzip size */
 
-- 
2.7.4



More information about the U-Boot mailing list