summaryrefslogtreecommitdiffstats
path: root/include/configs/ls2080a_common.h
diff options
context:
space:
mode:
authorYuan Yao <yao.yuan@nxp.com>2016-06-08 18:24:58 +0800
committerYork Sun <york.sun@nxp.com>2016-06-10 13:45:00 -0700
commit74cac00c95efaa06649529adcc3d1b6e9e8cefb7 (patch)
treedd9afc941d3facfe5837d38bfe59147c1b48cac8 /include/configs/ls2080a_common.h
parent453418f2d2df33f370754582b7e21d2513e2ee28 (diff)
downloadblackbird-obmc-uboot-74cac00c95efaa06649529adcc3d1b6e9e8cefb7.tar.gz
blackbird-obmc-uboot-74cac00c95efaa06649529adcc3d1b6e9e8cefb7.zip
configs: ls2080a: Increase load image len in NAND boot
Signed-off-by: Yuan Yao <yao.yuan@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'include/configs/ls2080a_common.h')
-rw-r--r--include/configs/ls2080a_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/ls2080a_common.h b/include/configs/ls2080a_common.h
index 2314b44572..cab3ba9484 100644
--- a/include/configs/ls2080a_common.h
+++ b/include/configs/ls2080a_common.h
@@ -282,7 +282,7 @@ unsigned long long get_qixis_addr(void);
#define CONFIG_SYS_NAND_U_BOOT_START CONFIG_SYS_NAND_U_BOOT_DST
#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 (640 * 1024)
#define CONFIG_SYS_BOOTM_LEN (64 << 20) /* Increase max gunzip size */
OpenPOWER on IntegriCloud