From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Fri, 6 Nov 2015 09:28:44 +0800 Subject: [U-Boot] [PATCH 1/3] nios2: remove CONFIG_SYS_MALLOC_BASE macro In-Reply-To: <1446531623-17267-1-git-send-email-thomas@wytron.com.tw> References: <1446531623-17267-1-git-send-email-thomas@wytron.com.tw> Message-ID: <563C024C.9070102@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 2015?11?03? 14:20, Thomas Chou wrote: > Remove CONFIG_SYS_MALLOC_BASE macro, as it is not used by > the generic board. > > Signed-off-by: Thomas Chou > --- > include/configs/nios2-generic.h | 2 -- > 1 file changed, 2 deletions(-) > Applied to u-boot-nios. > diff --git a/include/configs/nios2-generic.h b/include/configs/nios2-generic.h > index 84faa4c..74c715d 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 > > /* >