diff mbox series

[U-Boot] ARM: mvebu: set CONFIG_SYS_MALLOC_F_LEN to 0x2000

Message ID 20190301013003.26714-1-judge.packham@gmail.com
State Accepted
Commit 94425efee1aea2a0b1702c2f6939abc722a92021
Delegated to: Stefan Roese
Headers show
Series [U-Boot] ARM: mvebu: set CONFIG_SYS_MALLOC_F_LEN to 0x2000 | expand

Commit Message

Chris Packham March 1, 2019, 1:30 a.m. UTC
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>
---

 configs/db-88f6820-amc_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Stefan Roese March 19, 2019, 12:39 p.m. UTC | #1
On 01.03.19 02:30, Chris Packham wrote:
> 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>

Applied to u-boot-marvell/master.

Thanks,
Stefan
diff mbox series

Patch

diff --git a/configs/db-88f6820-amc_defconfig b/configs/db-88f6820-amc_defconfig
index 3e1b404408a2..f5d35229d11c 100644
--- 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