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

2011-04-07 Thread Minkyu Kang
On 25 March 2011 17:28, David Müller  wrote:
> Signed-off-by: David Müller 
>
> ---
>  include/configs/smdk2410.h |    6 ++
>  1 files changed, 6 insertions(+), 0 deletions(-)
>

applied to u-boot-samsung

Thanks
Minkyu Kang
-- 
from. prom.
www.promsoft.net
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


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

2011-03-25 Thread David Müller
Signed-off-by: David Müller 

---
 include/configs/smdk2410.h |6 ++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/include/configs/smdk2410.h b/include/configs/smdk2410.h
index 62fe97e..17038f5 100644
--- a/include/configs/smdk2410.h
+++ b/include/configs/smdk2410.h
@@ -179,4 +179,10 @@
 #defineCONFIG_ENV_IS_IN_FLASH  1
 #define CONFIG_ENV_SIZE0x1 /* Total Size of Environment 
Sector */
 
+/* additions for new relocation code, must be added to all boards */
+#define CONFIG_SYS_SDRAM_BASE  PHYS_SDRAM_1
+#define CONFIG_SYS_INIT_SP_ADDR(CONFIG_SYS_SDRAM_BASE + 0x1000 - \
+   GENERATED_GBL_DATA_SIZE)
+
+
 #endif /* __CONFIG_H */
-- 
1.7.1

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot