commit | b724bd7d63498449d3960bbd3075ba94d7152890 | [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 | ad885e45702029362575cec27e4808585c279832 [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/stv0991_defconfig b/configs/stv0991_defconfig index a05e991..37b10ba 100644 --- a/configs/stv0991_defconfig +++ b/configs/stv0991_defconfig
@@ -1,3 +1,5 @@ CONFIG_SYS_EXTRA_OPTIONS="stv0991" CONFIG_ARM=y CONFIG_TARGET_STV0991=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x2000