Skip to content
Snippets Groups Projects
Commit b9f15902 authored by David Müller (ELSOFT AG)'s avatar David Müller (ELSOFT AG) Committed by Minkyu Kang
Browse files

SMDK2410: activate ARM relocation feature

parent f14a522a
No related branches found
No related tags found
No related merge requests found
...@@ -179,4 +179,10 @@ ...@@ -179,4 +179,10 @@
#define CONFIG_ENV_IS_IN_FLASH 1 #define CONFIG_ENV_IS_IN_FLASH 1
#define CONFIG_ENV_SIZE 0x10000 /* Total Size of Environment Sector */ #define CONFIG_ENV_SIZE 0x10000 /* 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 */ #endif /* __CONFIG_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment