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:
247c80d
)
ARM: mvebu: set CONFIG_SYS_MALLOC_F_LEN to 0x2000
author
Chris Packham
<judge.packham@gmail.com>
Fri, 1 Mar 2019 01:30:03 +0000
(14:30 +1300)
committer
Stefan Roese
<sr@denx.de>
Tue, 19 Mar 2019 08:22:05 +0000
(09:22 +0100)
Set CONFIG_SYS_MALLOC_F_LEN to match the rest of the mvebu boards. The
default of 0x400 is not enough when booting from SPI.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Signed-off-by: Stefan Roese <sr@denx.de>
configs/db-88f6820-amc_defconfig
patch
|
blob
|
history
diff --git
a/configs/db-88f6820-amc_defconfig
b/configs/db-88f6820-amc_defconfig
index 3e1b404408a2406058dc3022ada372359b7c6799..f5d35229d11cb8a08eddbce6859e35bccb36b9dd 100644
(file)
--- a/
configs/db-88f6820-amc_defconfig
+++ b/
configs/db-88f6820-amc_defconfig
@@
-3,6
+3,7
@@
CONFIG_ARCH_MVEBU=y
CONFIG_SYS_TEXT_BASE=0x00800000
CONFIG_SPL_LIBCOMMON_SUPPORT=y
CONFIG_SPL_LIBGENERIC_SUPPORT=y
+CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_TARGET_DB_88F6820_AMC=y
CONFIG_SPL_SERIAL_SUPPORT=y
CONFIG_SPL=y