|
@@ -346,8 +346,11 @@ extern unsigned int boot_flash_sec;
|
|
extern unsigned int boot_flash_type;
|
|
extern unsigned int boot_flash_type;
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-/* additions for new relocation code, must be added to all boards */
|
|
|
|
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
|
|
#define CONFIG_SYS_SDRAM_BASE PHYS_SDRAM_1
|
|
-#define CONFIG_SYS_INIT_SP_ADDR (LOW_LEVEL_SRAM_STACK - GENERATED_GBL_DATA_SIZE)
|
|
|
|
|
|
+#define CONFIG_SYS_INIT_RAM_ADDR 0x4020f800
|
|
|
|
+#define CONFIG_SYS_INIT_RAM_SIZE 0x800
|
|
|
|
+#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_INIT_RAM_ADDR + \
|
|
|
|
+ CONFIG_SYS_INIT_RAM_SIZE - \
|
|
|
|
+ GENERATED_GBL_DATA_SIZE)
|
|
|
|
|
|
#endif /* __CONFIG_H */
|
|
#endif /* __CONFIG_H */
|