[U-Boot] [PATCH V5 1/4] SMDK2410: activate ARM relocation feature

"David Müller (ELSOFT AG)" d.mueller at elsoft.ch
Tue Mar 22 09:44:21 CET 2011


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


More information about the U-Boot mailing list