common, kconfig: move VERSION_VARIABLE to Kconfig
[platform/kernel/u-boot.git] / include / configs / VOM405.h
index a734c28..5e30511 100644 (file)
@@ -27,7 +27,6 @@
 #define CONFIG_SYS_CLK_FREQ    33330000 /* external frequency to pll   */
 
 #define CONFIG_BAUDRATE                9600
-#define CONFIG_BOOTDELAY       3       /* autoboot after 3 seconds     */
 
 #undef CONFIG_BOOTARGS
 #undef  CONFIG_BOOTCOMMAND
 /*
  * Command line configuration.
  */
-#define CONFIG_CMD_DHCP
 #define CONFIG_CMD_BSP
 #define CONFIG_CMD_IRQ
-#define CONFIG_CMD_I2C
-#define CONFIG_CMD_MII
-#define CONFIG_CMD_PING
 #define CONFIG_CMD_EEPROM
 
 #undef CONFIG_WATCHDOG                 /* watchdog disabled            */
@@ -77,8 +72,6 @@
  */
 #define CONFIG_SYS_LONGHELP                    /* undef to save memory         */
 
-#undef CONFIG_SYS_HUSH_PARSER                  /* use "hush" command parser    */
-
 #if defined(CONFIG_CMD_KGDB)
 #define CONFIG_SYS_CBSIZE      1024            /* Console I/O Buffer Size      */
 #else
 #define CONFIG_SYS_EXTBDINFO   1               /* To use extended board_into (bd_t) */
 
 #define CONFIG_CMDLINE_EDITING 1       /* add command line history     */
-#define CONFIG_ZERO_BOOTDELAY_CHECK    /* check for keypress on bootdelay==0 */
-
-#define CONFIG_VERSION_VARIABLE 1      /* include version env variable */
 
 #define CONFIG_SYS_RX_ETH_BUFFER       16      /* use 16 rx buffer on 405 emac */