diff mbox series

[U-Boot] armv8: LS1088: Increase size of CONFIG_SYS_MONITOR_LEN

Message ID 1514461269-14218-1-git-send-email-Ashish.Kumar@nxp.com
State Superseded
Delegated to: York Sun
Headers show
Series [U-Boot] armv8: LS1088: Increase size of CONFIG_SYS_MONITOR_LEN | expand

Commit Message

Ashish Kumar Dec. 28, 2017, 11:41 a.m. UTC
Total size of relocated u-boot is greater than
current value of 512MB, increase this to 1MB.

Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
---
 include/configs/ls1088a_common.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/configs/ls1088a_common.h b/include/configs/ls1088a_common.h
index c96d48d..7ac05ee 100644
--- a/include/configs/ls1088a_common.h
+++ b/include/configs/ls1088a_common.h
@@ -245,7 +245,7 @@  unsigned long long get_qixis_addr(void);
 
 #define CONFIG_SYS_SPL_MALLOC_SIZE     0x00100000
 #define CONFIG_SYS_SPL_MALLOC_START    0x80200000
-#define CONFIG_SYS_MONITOR_LEN         (512 * 1024)
+#define CONFIG_SYS_MONITOR_LEN         (1024 * 1024)
 #endif
 #define CONFIG_SYS_BOOTM_LEN   (64 << 20)      /* Increase max gunzip size */