From: Thomas Chou Date: Tue, 3 Nov 2015 05:31:09 +0000 (+0800) Subject: nios2: remove CONFIG_SYS_MALLOC_BASE macro X-Git-Tag: v2016.01-rc1~86^2~12 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=92ae05cfc70c07642983438a180184e98bcc3249;p=u-boot nios2: remove CONFIG_SYS_MALLOC_BASE macro Remove CONFIG_SYS_MALLOC_BASE macro, as it is not used by the generic board. Signed-off-by: Thomas Chou Reviewed-by: Chin Liang See --- diff --git a/include/configs/nios2-generic.h b/include/configs/nios2-generic.h index 84faa4cb64..74c715d203 100644 --- a/include/configs/nios2-generic.h +++ b/include/configs/nios2-generic.h @@ -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 /*