diff options
author | Simon Glass <sjg@chromium.org> | 2015-02-11 16:32:59 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-02-12 15:17:28 -0700 |
commit | b724bd7d63498449d3960bbd3075ba94d7152890 (patch) | |
tree | bdc0f4267ec6a9ec29cd1a2f1d5ff41877e233f9 /include/configs/exynos-common.h | |
parent | ad885e45702029362575cec27e4808585c279832 (diff) | |
download | talos-obmc-uboot-b724bd7d63498449d3960bbd3075ba94d7152890.tar.gz talos-obmc-uboot-b724bd7d63498449d3960bbd3075ba94d7152890.zip |
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 'include/configs/exynos-common.h')
-rw-r--r-- | include/configs/exynos-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/exynos-common.h b/include/configs/exynos-common.h index 2c4f35af9f..59676ae61b 100644 --- a/include/configs/exynos-common.h +++ b/include/configs/exynos-common.h @@ -36,7 +36,6 @@ #define CONFIG_ENV_OVERWRITE /* Size of malloc() pool before and after relocation */ -#define CONFIG_SYS_MALLOC_F_LEN (1 << 10) #define CONFIG_SYS_MALLOC_LEN (CONFIG_ENV_SIZE + (80 << 20)) /* select serial console configuration */ |