]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/kc1.h
Remove config_distro_defaults.h
[people/ms/u-boot.git] / include / configs / kc1.h
index d1f7a48a81b9e912420f692ce69e6975ab845045..061303d993589db039ea67bcf847e4ec6ca9e787 100644 (file)
@@ -46,7 +46,6 @@
  * Memory
  */
 
-#define CONFIG_SYS_TEXT_BASE           0x80100000
 #define CONFIG_SYS_SDRAM_BASE          0x80000000
 #define CONFIG_SYS_INIT_SP_ADDR                (NON_SECURE_SRAM_END - \
                                         GENERATED_GBL_DATA_SIZE)
@@ -58,8 +57,6 @@
  */
 
 #define CONFIG_SYS_I2C
-#define CONFIG_SYS_OMAP24_I2C_SPEED    400000
-#define CONFIG_SYS_OMAP24_I2C_SLAVE    1
 #define CONFIG_I2C_MULTI_BUS
 
 /*
@@ -78,8 +75,6 @@
  * SPL
  */
 
-#define CONFIG_SPL_FRAMEWORK
-
 #define CONFIG_SPL_TEXT_BASE           0x40300000
 #define CONFIG_SPL_MAX_SIZE            (SRAM_SCRATCH_SPACE_ADDR - \
                                         CONFIG_SPL_TEXT_BASE)
  * Console
  */
 
-#define CONFIG_AUTO_COMPLETE
-
-#define CONFIG_SYS_LONGHELP
-
-#define CONFIG_SYS_MAXARGS     16
 #define CONFIG_SYS_CBSIZE      512
 
 /*
  * USB gadget
  */
 
-#define CONFIG_USB_MUSB_PIO_ONLY
-#define CONFIG_USB_MUSB_OMAP2PLUS
-
 /*
  * Environment
  */
  */
 
 #include <config_defaults.h>
-#include <config_distro_defaults.h>
 
 #endif