commit | 838723bb8a4fffda840e0a28367f6df95e0b729c | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Feb 11 16:32:59 2015 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Feb 12 15:17:28 2015 -0700 |
tree | bdc0f4267ec6a9ec29cd1a2f1d5ff41877e233f9 | |
parent | 76dc18bc46f9029b9e9264340f91b7588cb9040d [diff] [blame] |
dm: Kconfig: Move CONFIG_SYS_MALLOC_F_LEN to Kconfig Move this option to Kconfig and update all boards. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 660063e..0bf5ea3 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig
@@ -5,3 +5,5 @@ CONFIG_FIT_SIGNATURE=y CONFIG_DM=y CONFIG_DEFAULT_DEVICE_TREE="sandbox" +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400