]> git.sur5r.net Git - u-boot/commitdiff
nios2: remove CONFIG_SYS_MALLOC_BASE macro
authorThomas Chou <thomas@wytron.com.tw>
Tue, 3 Nov 2015 05:31:09 +0000 (13:31 +0800)
committerThomas Chou <thomas@wytron.com.tw>
Fri, 6 Nov 2015 01:14:12 +0000 (09:14 +0800)
Remove CONFIG_SYS_MALLOC_BASE macro, as it is not used by
the generic board.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Chin Liang See <clsee@altera.com>
include/configs/nios2-generic.h

index 84faa4cb64be896a7bf8d1dcb14a4affed2071f4..74c715d203300f0a671d97537d396dae270ba490 100644 (file)
@@ -84,8 +84,6 @@
                                         CONFIG_SYS_SDRAM_SIZE - \
                                         CONFIG_SYS_MONITOR_LEN)
 #define CONFIG_SYS_MALLOC_LEN          (CONFIG_ENV_SIZE + 0x20000)
-#define CONFIG_SYS_MALLOC_BASE         (CONFIG_SYS_MONITOR_BASE - \
-                                        CONFIG_SYS_MALLOC_LEN)
 #define CONFIG_SYS_INIT_SP             CONFIG_SYS_MALLOC_BASE
 
 /*