]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/stm32f469-discovery.h
Convert CONFIG_BOOTP_BOOTPATH et al to Kconfig
[people/ms/u-boot.git] / include / configs / stm32f469-discovery.h
index 140999994b1aac20dcf90595bb20f699f3ec6b1d..3d4ca7ee5515b4f6922154c41f72d2d2d3777d5a 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
@@ -39,7 +38,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 */
 
@@ -61,8 +59,5 @@
 /*
  * Command line configuration.
  */
-#define CONFIG_SYS_LONGHELP
-#define CONFIG_AUTO_COMPLETE
-#define CONFIG_CMDLINE_EDITING
 
 #endif /* __CONFIG_H */