From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?=22David_M=FCller_=28ELSOFT_AG=29=22?= Date: Tue, 22 Mar 2011 09:44:21 +0100 Subject: [U-Boot] [PATCH V5 1/4] SMDK2410: activate ARM relocation feature In-Reply-To: References: <1291391011-5421-1-git-send-email-d.mueller@elsoft.ch> <1300365314-2287-2-git-send-email-d.mueller@elsoft.ch> Message-ID: <4D886165.6080605@elsoft.ch> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Minkyu Kang wrote: >> +/* additions for new relocation code, must be added to all boards */ >> +#undef CONFIG_SYS_ARM_WITHOUT_RELOC > > Please remove this define. > >> +#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1 >> +#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_SDRAM_BASE + 0x1000 - \ >> + GENERATED_GBL_DATA_SIZE) You are talking about the "#undef", right? Dave