Convert CONFIG_SPL_PAD_TO et al to Kconfig
[platform/kernel/u-boot.git] / include / configs / stm32f746-disco.h
index cc3d4b4..261e4c8 100644 (file)
@@ -26,8 +26,6 @@
 
 #define CONFIG_SYS_HZ_CLOCK            1000000 /* Timer is clocked at 1MHz */
 
-#define CONFIG_SYS_CBSIZE              1024
-
 #define BOOT_TARGET_DEVICES(func) \
        func(MMC, mmc, 0)
 
@@ -49,7 +47,6 @@
 #define CONFIG_SYS_UBOOT_START         0x080083FD
 #define CONFIG_SYS_UBOOT_BASE          (CONFIG_SYS_FLASH_BASE + \
                                         CONFIG_SYS_SPL_LEN)
-#define CONFIG_SPL_PAD_TO              0x8000
 
 /* DT blob (fdt) address */
 #define CONFIG_SYS_FDT_BASE            (CONFIG_SYS_FLASH_BASE + \