summaryrefslogtreecommitdiff
path: root/configs/theadorable_defconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-08-30 18:50:36 +0900
committerTom Rini <trini@konsulko.com>2016-09-07 08:48:58 -0400
commit90c08d9e08c7a108ab904f3bbdeb558081757892 (patch)
tree37e7ef7eafa926a79c3bfeb100e6eaf4213d45f3 /configs/theadorable_defconfig
parent1544698816a32284947322d0f0fe1478a9b65ad3 (diff)
Increase default of CONFIG_SYS_MALLOC_F_LEN for SPL_OF_CONTROL
If both SPL_DM and SPL_OF_CONTROL are enabled, SPL needs to bind several devices, but CONFIG_SYS_MALLOC_F_LEN=0x400 is apparently not enough. Increase the default to 0x2000 for the case. This will be helpful for shorter defconfigs. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by: Stefan Roese <sr@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'configs/theadorable_defconfig')
-rw-r--r--configs/theadorable_defconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/theadorable_defconfig b/configs/theadorable_defconfig
index 17bf8cd78e..89b00f234c 100644
--- a/configs/theadorable_defconfig
+++ b/configs/theadorable_defconfig
@@ -1,6 +1,5 @@
CONFIG_ARM=y
CONFIG_ARCH_MVEBU=y
-CONFIG_SYS_MALLOC_F_LEN=0x2000
CONFIG_TARGET_THEADORABLE=y
CONFIG_DM_GPIO=y
CONFIG_DEFAULT_DEVICE_TREE="armada-xp-theadorable"