projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6aaa539
)
armv8: ls2080a: Increase load image len for NAND boot
author
York Sun
<york.sun@nxp.com>
Mon, 18 Dec 2017 16:24:55 +0000
(08:24 -0800)
committer
York Sun
<york.sun@nxp.com>
Mon, 18 Dec 2017 16:24:55 +0000
(08:24 -0800)
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
patch
|
blob
|
history
diff --git
a/include/configs/ls2080a_common.h
b/include/configs/ls2080a_common.h
index f8978693a4f468819c35176ac29d12edc99a6100..576785e4b67ca2e5ec0a918e0a143db12ad5a024 100644
(file)
--- 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 */