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:
b0405e0
)
qemu-arm: set CONFIG_SYS_BOOTM_LEN to SZ_64M
author
Dhananjay Phadke
<dphadke@linux.microsoft.com>
Wed, 15 Jan 2020 01:41:41 +0000
(17:41 -0800)
committer
Tom Rini
<trini@konsulko.com>
Thu, 23 Jan 2020 12:29:58 +0000
(07:29 -0500)
FIT image contents can be larger than default bootm limit 8M
with initrd. Raise limit to 64MB which is commonly used
elsewhere.
Signed-off-by: Dhananjay Phadke <dphadke@linux.microsoft.com>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
include/configs/qemu-arm.h
patch
|
blob
|
history
diff --git
a/include/configs/qemu-arm.h
b/include/configs/qemu-arm.h
index fb599c951022cc94d1d2136d20908061545e15d6..1ef75a87836b22905edccf59bd6b6caca62328ec 100644
(file)
--- a/
include/configs/qemu-arm.h
+++ b/
include/configs/qemu-arm.h
@@
-17,6
+17,8
@@
#define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_SDRAM_BASE + SZ_2M)
#define CONFIG_SYS_MALLOC_LEN SZ_16M
+#define CONFIG_SYS_BOOTM_LEN SZ_64M
+
/* For timer, QEMU emulates an ARMv7/ARMv8 architected timer */
#define CONFIG_SYS_HZ 1000