]> 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 1d1f2dbb22626e9e9f837699232fc43d0eb5494b..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)
@@ -76,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_CBSIZE      512
 
 /*
  */
 
 #include <config_defaults.h>
-#include <config_distro_defaults.h>
 
 #endif