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/cm_t335_defconfig b/configs/cm_t335_defconfig index 5ff4f9c..5c1d3cf 100644 --- a/configs/cm_t335_defconfig +++ b/configs/cm_t335_defconfig
@@ -1,3 +1,5 @@ CONFIG_SPL=y +S:CONFIG_ARM=y +S:CONFIG_TARGET_CM_T335=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400