Skip to content
Snippets Groups Projects
Commit 6d56073c authored by seedshope's avatar seedshope Committed by Albert Aribaud
Browse files

SMDK6400: Fix CONFIG_SYS_INIT_SP_ADDR undefined


Fix CONFIG_SYS_INIT_SP_ADDR undefined issue.

Signed-off-by: default avatarZhong Hongbo <bocui107@gmail.com>
Signed-off-by: default avatarMinkyu Kang <mk7.kang@samsung.com>
parent f326cbba
No related branches found
No related tags found
No related merge requests found
...@@ -44,6 +44,11 @@ ...@@ -44,6 +44,11 @@
#define CONFIG_PERIPORT_BASE 0x70000000 #define CONFIG_PERIPORT_BASE 0x70000000
#define CONFIG_PERIPORT_SIZE 0x13 #define CONFIG_PERIPORT_SIZE 0x13
#define CONFIG_SYS_IRAM_BASE 0x0c000000 /* Internal SRAM base address */
#define CONFIG_SYS_IRAM_SIZE 0x2000 /* 8 KB of internal SRAM memory */
#define CONFIG_SYS_IRAM_END (CONFIG_SYS_IRAM_BASE + CONFIG_SYS_IRAM_SIZE)
#define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_IRAM_END - GENERATED_GBL_DATA_SIZE)
#define CONFIG_SYS_SDRAM_BASE 0x50000000 #define CONFIG_SYS_SDRAM_BASE 0x50000000
/* input clock of PLL: SMDK6400 has 12MHz input clock */ /* input clock of PLL: SMDK6400 has 12MHz input clock */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment