]> Git Repo - u-boot.git/commit
arm: actions: increase SYS_MALLOC_F_LEN
authorAmit Singh Tomar <[email protected]>
Mon, 9 Nov 2020 14:01:08 +0000 (19:31 +0530)
committerTom Rini <[email protected]>
Mon, 9 Nov 2020 19:18:10 +0000 (14:18 -0500)
commit97949924f1aeca19c3fa0249e2bf35856d632cec
treefd1c80716b43bf9c24bdfe98b7d28715438bbc70
parent68cbc63da0e9ba5c26c4f98f076f7a6e2fb3ccef
arm: actions: increase SYS_MALLOC_F_LEN

after commit 4ab3817ff16a ("clk: fixed-rate: Enable DM_FLAG_PRE_RELOC flag")
Cubieboard7 (based on actions S700 SoC) fails to boot.

It is due to the fact that the default value of CONFIG_SYS_MALLOC_F_LEN (0x400)
would not provide enough memory for clock device to probe (before relocation)
well.

This commit fixes it, by increasing SYS_MALLOC_F_LEN to value 0x2000.

Suggested-by: Andre Przywara <[email protected]>
Signed-off-by: Amit Singh Tomar <[email protected]>
Kconfig
This page took 0.031162 seconds and 4 git commands to generate.