Convert CONFIG_PCI_GT64120 to Kconfig
[platform/kernel/u-boot.git] / include / configs / stm32f746-disco.h
index 261e4c8..df05ee4 100644 (file)
@@ -13,7 +13,6 @@
 #define CONFIG_SYS_BOOTMAPSZ           SZ_4M + SZ_2M
 
 #define CONFIG_SYS_FLASH_BASE          0x08000000
-#define CONFIG_SYS_INIT_SP_ADDR                0x20050000
 
 /*
  * Configuration of the external SDRAM memory
@@ -21,9 +20,6 @@
 
 #define CONFIG_SYS_MAX_FLASH_SECT      8
 
-#define CONFIG_DW_GMAC_DEFAULT_DMA_PBL (8)
-#define CONFIG_DW_ALTDESCRIPTOR
-
 #define CONFIG_SYS_HZ_CLOCK            1000000 /* Timer is clocked at 1MHz */
 
 #define BOOT_TARGET_DEVICES(func) \
                        "ramdisk_addr_r=0xC0438000\0"           \
                        BOOTENV
 
-/* For SPL */
-#ifdef CONFIG_SUPPORT_SPL
-#define CONFIG_SPL_STACK               CONFIG_SYS_INIT_SP_ADDR
 #define CONFIG_SYS_MONITOR_LEN         (512 * 1024)
-#define CONFIG_SYS_SPL_LEN             0x00008000
 #define CONFIG_SYS_UBOOT_START         0x080083FD
 #define CONFIG_SYS_UBOOT_BASE          (CONFIG_SYS_FLASH_BASE + \
-                                        CONFIG_SYS_SPL_LEN)
-
-/* DT blob (fdt) address */
-#define CONFIG_SYS_FDT_BASE            (CONFIG_SYS_FLASH_BASE + \
-                                       0x1C0000)
-#endif
-/* For SPL ends */
+                                        CONFIG_SPL_PAD_TO)
 
 /* For splashcreen */