summaryrefslogtreecommitdiff
path: root/include/configs/ti_am335x_common.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2015-02-11 23:32:59 (GMT)
committerSimon Glass <sjg@chromium.org>2015-02-12 22:17:28 (GMT)
commitb724bd7d63498449d3960bbd3075ba94d7152890 (patch)
treebdc0f4267ec6a9ec29cd1a2f1d5ff41877e233f9 /include/configs/ti_am335x_common.h
parentad885e45702029362575cec27e4808585c279832 (diff)
downloadu-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 'include/configs/ti_am335x_common.h')
-rw-r--r--include/configs/ti_am335x_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/ti_am335x_common.h b/include/configs/ti_am335x_common.h
index 4ce9d49..20a55f4 100644
--- a/include/configs/ti_am335x_common.h
+++ b/include/configs/ti_am335x_common.h
@@ -21,7 +21,6 @@
#ifndef CONFIG_SPL_BUILD
# define CONFIG_OMAP_SERIAL
-# define CONFIG_SYS_MALLOC_F_LEN (1 << 10)
#endif
#include <asm/arch/omap.h>