mmc: sh_mmcif: Migrate configs to CONFIG_SH_MMCIF
[platform/kernel/u-boot.git] / include / configs / stm32f429-discovery.h
index 1ad3698..4c4e727 100644 (file)
@@ -8,14 +8,11 @@
 #ifndef __CONFIG_H
 #define __CONFIG_H
 
-#define CONFIG_STM32F4DISCOVERY
-
 #define CONFIG_MISC_INIT_R
 
 #define CONFIG_SYS_FLASH_BASE          0x08000000
 
 #define CONFIG_SYS_INIT_SP_ADDR                0x10010000
-#define CONFIG_SYS_TEXT_BASE           0x08000000
 
 #define CONFIG_SYS_ICACHE_OFF
 #define CONFIG_SYS_DCACHE_OFF
@@ -43,8 +40,6 @@
 
 #define CONFIG_STM32_FLASH
 
-#define CONFIG_STM32_HSE_HZ            8000000
-
 #define CONFIG_SYS_CLK_FREQ            180000000 /* 180 MHz */
 
 #define CONFIG_SYS_HZ_CLOCK            1000000 /* Timer is clocked at 1MHz */
@@ -69,8 +64,5 @@
 /*
  * Command line configuration.
  */
-#define CONFIG_SYS_LONGHELP
-#define CONFIG_AUTO_COMPLETE
-#define CONFIG_CMDLINE_EDITING
 
 #endif /* __CONFIG_H */