From: York Sun Date: Mon, 18 Dec 2017 16:24:55 +0000 (-0800) Subject: armv8: ls2080a: Increase load image len for NAND boot X-Git-Tag: v2018.01-rc2~3^2~2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=63143a5f92f45457f75ba94f886a2bea74ddfff3;p=u-boot armv8: ls2080a: Increase load image len for NAND boot Again the image size increases and the length needs to be adjusted. Signed-off-by: York Sun --- diff --git a/include/configs/ls2080a_common.h b/include/configs/ls2080a_common.h index f8978693a4..576785e4b6 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 */