]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/10m50_devboard.h
Convert CONFIG_BOOTP_BOOTPATH et al to Kconfig
[people/ms/u-boot.git] / include / configs / 10m50_devboard.h
index ec30ed067456468475c1a13f9024da5212ebe24f..c9742f37f4d8daa0f6854e64d4f1cb7eb9ebbd2c 100644 (file)
@@ -37,9 +37,6 @@
  * BOOTP options
  */
 #define CONFIG_BOOTP_BOOTFILESIZE
-#define CONFIG_BOOTP_BOOTPATH
-#define CONFIG_BOOTP_GATEWAY
-#define CONFIG_BOOTP_HOSTNAME
 
 /*
  * FDT options
@@ -77,7 +74,6 @@
 /*
  * MISC
  */
-#define CONFIG_SYS_LONGHELP            /* Provide extended help */
 #define CONFIG_SYS_LOAD_ADDR           0xcc000000      /* Half of RAM */
 #define CONFIG_LOADADDR                        CONFIG_SYS_LOAD_ADDR
 #define CONFIG_SYS_MEMTEST_START       CONFIG_SYS_SDRAM_BASE
@@ -85,7 +81,5 @@
                                         CONFIG_ENV_SIZE - \
                                         CONFIG_SYS_MALLOC_LEN -        \
                                         0x10000)
-#define CONFIG_AUTO_COMPLETE
-#define CONFIG_CMDLINE_EDITING
 
 #endif /* __CONFIG_H */