]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/stm32f429-discovery.h
Convert CONFIG_BOOTP_BOOTPATH et al to Kconfig
[people/ms/u-boot.git] / include / configs / stm32f429-discovery.h
index 1ad36986ae365a090e9154156077c99a73a314a0..2f59f52ee15e4b26b5f1914142e4e0bcad4dd102 100644 (file)
@@ -15,7 +15,6 @@
 #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 +42,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 +66,5 @@
 /*
  * Command line configuration.
  */
-#define CONFIG_SYS_LONGHELP
-#define CONFIG_AUTO_COMPLETE
-#define CONFIG_CMDLINE_EDITING
 
 #endif /* __CONFIG_H */