summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2009-07-21 06:37:28 +0200
committerWolfgang Denk <wd@denx.de>2009-07-21 09:22:23 +0200
commitaf1d7d984a23a0faa1f436ebfeb55c876b1a99e1 (patch)
treebf5d63616923576254ee4c5559bd4797d9435cc4
parent1bc1538613d66cef3cbce680fc8d7c3561a0fbd0 (diff)
downloadblackbird-obmc-uboot-af1d7d984a23a0faa1f436ebfeb55c876b1a99e1.tar.gz
blackbird-obmc-uboot-af1d7d984a23a0faa1f436ebfeb55c876b1a99e1.zip
83xx, kmeter: fix compile error
CONFIG_SYS_MALLOC_LEN is defined in the board config, and the keymile-common.h, which collects common options used by all keymile-boards. This results in a compile error when compiling the kmeter1 board. So remove this define in the board config file. Signed-off-by: Heiko Schocher <hs@denx.de>
-rw-r--r--include/configs/kmeter1.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/kmeter1.h b/include/configs/kmeter1.h
index 347b47c651..7e16c56f2b 100644
--- a/include/configs/kmeter1.h
+++ b/include/configs/kmeter1.h
@@ -158,7 +158,6 @@
#endif
#define CONFIG_SYS_MONITOR_LEN (384 * 1024) /* Reserve 384 kB for Mon */
-#define CONFIG_SYS_MALLOC_LEN (128 * 1024) /* Reserved for malloc */
/*
* Initial RAM Base Address Setup
OpenPOWER on IntegriCloud