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/uniphier.h | |
parent | ad885e45702029362575cec27e4808585c279832 (diff) | |
download | u-boot-imx-b724bd7d63498449d3960bbd3075ba94d7152890.zip u-boot-imx-b724bd7d63498449d3960bbd3075ba94d7152890.tar.gz u-boot-imx-b724bd7d63498449d3960bbd3075ba94d7152890.tar.bz2 |
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/uniphier.h')
-rw-r--r-- | include/configs/uniphier.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/uniphier.h b/include/configs/uniphier.h index 6f4ecc9..3f738fb 100644 --- a/include/configs/uniphier.h +++ b/include/configs/uniphier.h @@ -80,8 +80,6 @@ #define CONFIG_SMC911X_BASE CONFIG_SUPPORT_CARD_ETHER_BASE #define CONFIG_SMC911X_32_BIT -#define CONFIG_SYS_MALLOC_F_LEN 0x2000 - /*----------------------------------------------------------------------- * MMU and Cache Setting *----------------------------------------------------------------------*/ |