Convert CONFIG_SPL_STACK to Kconfig
[platform/kernel/u-boot.git] / include / configs / sam9x60_curiosity.h
index aa3feb4..afb1e3d 100644 (file)
@@ -20,9 +20,4 @@
 #define CONFIG_SYS_SDRAM_BASE          0x20000000
 #define CONFIG_SYS_SDRAM_SIZE          0x8000000       /* 128 MB */
 
-#define CONFIG_SPL_STACK         0x218000
-#define CONFIG_SYS_INIT_SP_ADDR \
-       (CONFIG_SYS_SDRAM_BASE + 16 * 1024 + CONFIG_SYS_MALLOC_F_LEN - \
-        GENERATED_GBL_DATA_SIZE)
-
 #endif