]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - include/configs/gardena-smart-gateway-at91sam.h
Convert CONFIG_SPL_PAD_TO et al to Kconfig
[thirdparty/u-boot.git] / include / configs / gardena-smart-gateway-at91sam.h
index 3e99d2cfb04dbe296745536e2f6d26303360c818..ae1fc82661225e50d2f3cf110306608ea501cbd7 100644 (file)
@@ -36,7 +36,6 @@
 #define CONFIG_SYS_NAND_READY_PIN      AT91_PIN_PD5
 
 /* SPL */
-#define CONFIG_SPL_MAX_SIZE            0x7000
 #define CONFIG_SPL_STACK               0x308000
 
 #define CONFIG_SPL_BSS_START_ADDR      0x20000000
@@ -55,7 +54,6 @@
 #define        CONFIG_SYS_NAND_U_BOOT_START    CONFIG_SYS_TEXT_BASE
 #define CONFIG_SYS_NAND_U_BOOT_DST     CONFIG_SYS_TEXT_BASE
 
-#define CONFIG_SPL_PAD_TO              CONFIG_SYS_NAND_U_BOOT_OFFS
 #define CONFIG_SYS_SPL_LEN             CONFIG_SPL_PAD_TO
 
 #endif