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/snapper9260_defconfig b/configs/snapper9260_defconfig index 035146c..97c49f3 100644 --- a/configs/snapper9260_defconfig +++ b/configs/snapper9260_defconfig
@@ -4,3 +4,5 @@ CONFIG_DM=y CONFIG_DM_GPIO=y CONFIG_DM_SERIAL=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400