]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/configs/3c120_devboard.h
Convert CONFIG_BOOTP_BOOTPATH et al to Kconfig
[people/ms/u-boot.git] / include / configs / 3c120_devboard.h
index b9f543941934f6165283c84de05ac1e95e3af1c6..afd6488e10e1a3ee9c3e9b93c5409c14ac76933a 100644 (file)
@@ -17,7 +17,6 @@
 /*
  * SERIAL
  */
-#define CONFIG_BAUDRATE                        115200
 
 /*
  * CFI Flash
@@ -34,7 +33,6 @@
  * NET options
  */
 #define CONFIG_SYS_RX_ETH_BUFFER       0
-#define CONFIG_PHY_GIGE
 #define CONFIG_SYS_FAULT_ECHO_LINK_DOWN
 #define CONFIG_PHY_MARVELL
 
@@ -42,9 +40,6 @@
  * BOOTP options
  */
 #define CONFIG_BOOTP_BOOTFILESIZE
-#define CONFIG_BOOTP_BOOTPATH
-#define CONFIG_BOOTP_GATEWAY
-#define CONFIG_BOOTP_HOSTNAME
 
 /*
  * FDT options
@@ -74,7 +69,6 @@
  * of flash. NOTE: the monitor length must be multiple of sector size
  * (which is common practice).
  */
-#define CONFIG_ENV_IS_IN_FLASH
 
 #define CONFIG_ENV_SIZE                        0x20000 /* 128k, 1 sector */
 #define CONFIG_ENV_OVERWRITE           /* Serial change Ok     */
 /*
  * MISC
  */
-#define CONFIG_SYS_LONGHELP            /* Provide extended help */
-#define CONFIG_SYS_CBSIZE              256     /* Console I/O buf size */
-#define CONFIG_SYS_MAXARGS             16      /* Max command args     */
-#define CONFIG_SYS_BARGSIZE            CONFIG_SYS_CBSIZE /* Bootarg buf size */
-#define CONFIG_SYS_PBSIZE              (CONFIG_SYS_CBSIZE + \
-                                       sizeof(CONFIG_SYS_PROMPT) + \
-                                        16)    /* Print buf size */
 #define CONFIG_SYS_LOAD_ADDR           0xd4000000      /* Half of RAM */
 #define CONFIG_LOADADDR                        CONFIG_SYS_LOAD_ADDR
 #define CONFIG_SYS_MEMTEST_START       CONFIG_SYS_SDRAM_BASE
@@ -97,7 +84,5 @@
                                         CONFIG_ENV_SIZE - \
                                         CONFIG_SYS_MALLOC_LEN -        \
                                         0x10000)
-#define CONFIG_AUTO_COMPLETE
-#define CONFIG_CMDLINE_EDITING
 
 #endif /* __CONFIG_H */