aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/samsung/exynos5250/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/samsung/exynos5250/Kconfig')
-rw-r--r--src/cpu/samsung/exynos5250/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/cpu/samsung/exynos5250/Kconfig b/src/cpu/samsung/exynos5250/Kconfig
index 8d4ba2dd0a..c2d9b9fddc 100644
--- a/src/cpu/samsung/exynos5250/Kconfig
+++ b/src/cpu/samsung/exynos5250/Kconfig
@@ -26,3 +26,23 @@ config RAMBASE
config RAMTOP
hex
default 0x40100000
+
+config IRAM_BOTTOM
+ hex
+ default 0x02020000
+
+config IRAM_TOP
+ hex
+ default 0x02077fff
+
+config SYS_INIT_SP_ADDR
+ hex
+ default 0x0204F800
+
+config IRAM_STACK
+ hex
+ default SYS_INIT_SP_ADDR
+
+config XIP_ROM_SIZE
+ hex "ROM stage (BL2) size"
+ default 0x20000