]> git.sur5r.net Git - u-boot/blobdiff - include/configs/edminiv2.h
configs: Migrate CONFIG_USB_STORAGE
[u-boot] / include / configs / edminiv2.h
index 1dfa721f73c3d643aaa21b6a9c8d847019640cd3..c30b63bd24fd38c61937214ff59180193acf308d 100644 (file)
 #define CONFIG_SYS_FLASH_BASE          0xfff80000
 
 /* auto boot */
-#define CONFIG_BOOTDELAY       3       /* default enable autoboot */
 
 /*
  * For booting Linux, the board info and command line data
  * Commands configuration
  */
 #define CONFIG_CMD_IDE
-#define CONFIG_CMD_I2C
-#define CONFIG_CMD_USB
 
 /*
  * Network
 #define __io
 #define CONFIG_IDE_PREINIT
 #define CONFIG_DOS_PARTITION
-#define CONFIG_CMD_EXT2
 /* ED Mini V has an IDE-compatible SATA connector for port 1 */
 #define CONFIG_MVSATA_IDE
 #define CONFIG_MVSATA_IDE_USE_PORT1
 #define CONFIG_USB_EHCI                /* Enable EHCI USB support */
 #define CONFIG_USB_EHCI_MARVELL
 #define ORION5X_USB20_HOST_PORT_BASE ORION5X_USB20_PORT0_BASE
-#define CONFIG_USB_STORAGE
 #define CONFIG_DOS_PARTITION
 #define CONFIG_ISO_PARTITION
 #define CONFIG_SUPPORT_VFAT
 #define CONFIG_SYS_RESET_ADDRESS       0xffff0000
 #define CONFIG_SYS_MAXARGS             16
 
-/* Use the HUSH parser */
-#define CONFIG_SYS_HUSH_PARSER
-
 /* Enable command line editing */
 #define CONFIG_CMDLINE_EDITING