diff options
author | Simon Glass <sjg@chromium.org> | 2015-02-11 23:32:59 (GMT) |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-02-12 22:17:28 (GMT) |
commit | b724bd7d63498449d3960bbd3075ba94d7152890 (patch) | |
tree | bdc0f4267ec6a9ec29cd1a2f1d5ff41877e233f9 /configs/mx6qsabreauto_defconfig | |
parent | ad885e45702029362575cec27e4808585c279832 (diff) | |
download | u-boot-b724bd7d63498449d3960bbd3075ba94d7152890.tar.xz |
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>
Diffstat (limited to 'configs/mx6qsabreauto_defconfig')
-rw-r--r-- | configs/mx6qsabreauto_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/mx6qsabreauto_defconfig b/configs/mx6qsabreauto_defconfig index 7d86700..fe3d797 100644 --- a/configs/mx6qsabreauto_defconfig +++ b/configs/mx6qsabreauto_defconfig @@ -1,3 +1,5 @@ CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/freescale/mx6qsabreauto/imximage.cfg,MX6Q" CONFIG_ARM=y CONFIG_TARGET_MX6QSABREAUTO=y +CONFIG_SYS_MALLOC_F=y +CONFIG_SYS_MALLOC_F_LEN=0x400 |