aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
diff options
context:
space:
mode:
authorHeiko Schocher <hs@denx.de>2010-09-17 13:10:34 +0200
committerWolfgang Denk <wd@denx.de>2010-09-19 19:29:52 +0200
commit3fbeeea63334f7a69406be7c05185f4bf45da8d8 (patch)
treeaae31756e046a1d08a7c794d42b411bcb79349f0 /arch/mips
parent620f1f6a64095ed558e68d37f1965d015cd49b02 (diff)
common: move TOTAL_MALLOC_LEN to include/common.h
Portions of this work were supported by funding from the CE Linux Forum. Signed-off-by: Heiko Schocher <hs@denx.de>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/lib/board.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/mips/lib/board.c b/arch/mips/lib/board.c
index 2f259cb5b..0044b1945 100644
--- a/arch/mips/lib/board.c
+++ b/arch/mips/lib/board.c
@@ -39,14 +39,6 @@
DECLARE_GLOBAL_DATA_PTR;
-#if ( ((CONFIG_ENV_ADDR+CONFIG_ENV_SIZE) < CONFIG_SYS_MONITOR_BASE) || \
- (CONFIG_ENV_ADDR >= (CONFIG_SYS_MONITOR_BASE + CONFIG_SYS_MONITOR_LEN)) ) || \
- defined(CONFIG_ENV_IS_IN_NVRAM)
-#define TOTAL_MALLOC_LEN (CONFIG_SYS_MALLOC_LEN + CONFIG_ENV_SIZE)
-#else
-#define TOTAL_MALLOC_LEN CONFIG_SYS_MALLOC_LEN
-#endif
-
#undef DEBUG
extern int timer_init(void);