diff options
author | Simon Glass | 2015-02-11 16:32:59 -0700 |
---|---|---|
committer | Simon Glass | 2015-02-12 15:17:28 -0700 |
commit | b724bd7d63498449d3960bbd3075ba94d7152890 (patch) | |
tree | bdc0f4267ec6a9ec29cd1a2f1d5ff41877e233f9 /include/configs/cm_fx6.h | |
parent | ad885e45702029362575cec27e4808585c279832 (diff) |
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/cm_fx6.h')
-rw-r--r-- | include/configs/cm_fx6.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/cm_fx6.h b/include/configs/cm_fx6.h index 40083069441..4207504464d 100644 --- a/include/configs/cm_fx6.h +++ b/include/configs/cm_fx6.h @@ -21,10 +21,7 @@ #define CONFIG_MACH_TYPE 4273 #ifndef CONFIG_SPL_BUILD - #define CONFIG_CMD_GPIO - -#define CONFIG_SYS_MALLOC_F_LEN (1 << 10) #endif /* Display information on boot */ |