diff mbox series

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

Message ID 1512686260-31530-1-git-send-email-york.sun@nxp.com
State Accepted
Commit 63143a5f92f45457f75ba94f886a2bea74ddfff3
Delegated to: York Sun
Headers show
Series [U-Boot,1/2] armv8: ls2080a: Increase load image len for NAND boot | expand

Commit Message

York Sun Dec. 7, 2017, 10:37 p.m. UTC
From: Yuan Yao <yao.yuan@nxp.com>

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

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

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

Comments

York Sun Dec. 19, 2017, 4:06 p.m. UTC | #1
On 12/07/2017 02:38 PM, York Sun wrote:
> From: Yuan Yao <yao.yuan@nxp.com>
> 
> Again the image size increases and the length needs to be adjusted.
> 
> Signed-off-by: York Sun <york.sun@nxp.com>
> ---
> 

Fixed author information.Applied to fsl-qoriq master.

York
diff mbox series

Patch

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 */