diff options
Diffstat (limited to 'arch/mips/lib/board.c')
| -rw-r--r-- | arch/mips/lib/board.c | 8 | 
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); |