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

2011-03-22 Thread David Müller (ELSOFT AG)
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 - \ +

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

2011-03-22 Thread Minkyu Kang
Dear David Müller, On 22 March 2011 17:44, David Müller (ELSOFT AG) d.muel...@elsoft.ch wrote: 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  

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

2011-03-22 Thread David Müller (ELSOFT AG)
Minkyu Kang wrote: You are talking about the #undef, right? Right. :) Ok, will be done. Dave ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

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

2011-03-21 Thread Minkyu Kang
Dear David Müller, On 17 March 2011 21:35, David Müller d.muel...@elsoft.ch wrote: Signed-off-by: David Müller d.muel...@elsoft.ch ---  include/configs/smdk2410.h |    7 +++  1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/include/configs/smdk2410.h

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

2011-03-17 Thread David Müller
Signed-off-by: David Müller d.muel...@elsoft.ch --- include/configs/smdk2410.h |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/include/configs/smdk2410.h b/include/configs/smdk2410.h index 62fe97e..38b5684 100644 --- a/include/configs/smdk2410.h +++