configs: move CONFIG_SPL_TEXT_BASE to Kconfig
[platform/kernel/u-boot.git] / include / configs / exynos5420-common.h
index 3738c78..2d362f3 100644 (file)
 
 #define CONFIG_VAR_SIZE_SPL
 
-#ifdef CONFIG_VAR_SIZE_SPL
-#define CONFIG_SPL_TEXT_BASE           0x02024410
-#else
-#define CONFIG_SPL_TEXT_BASE           0x02024400
-#endif
 #define CONFIG_IRAM_TOP                        0x02074000
 
 #define CONFIG_SPL_MAX_FOOTPRINT       (30 * 1024)