]> git.sur5r.net Git - u-boot/blobdiff - include/configs/UCP1020.h
configs: Migrate CONFIG_USB_STORAGE
[u-boot] / include / configs / UCP1020.h
index 4ae61ca9cde2ae791d3c7b3fc99778694a28d74b..57748b45a67f15ddc5a1b7ceefff0b11c1a4d17e 100644 (file)
 #ifdef CONFIG_USB_EHCI
 #define CONFIG_EHCI_HCD_INIT_AFTER_RESET
 #define CONFIG_USB_EHCI_FSL
-#define CONFIG_USB_STORAGE
 #endif
 #endif
 
 
 #if defined(CONFIG_DONGLE)
 
-#define CONFIG_BOOTDELAY 1     /* autoboot after 1 seconds */
 #define        CONFIG_EXTRA_ENV_SETTINGS                                       \
 "bootcmd=run prog_spi_mbrbootcramfs\0"                                 \
 "bootfile=uImage\0"                                                    \
 
 #if defined(CONFIG_UCP1020T1)
 
-#define CONFIG_BOOTDELAY 2 /* autoboot after 2 sec, -1 disables auto-boot */
 #define        CONFIG_EXTRA_ENV_SETTINGS                                       \
 "bootcmd=run releasefpga; run norbootworking || run norbootrecovery\0" \
 "bootfile=uImage\0"                                                    \
 
 #else /* For Arcturus Modules */
 
-#define CONFIG_BOOTDELAY 2 /* autoboot after 2 sec, -1 disables auto-boot */
 #define        CONFIG_EXTRA_ENV_SETTINGS                                       \
 "bootcmd=run norkernel\0"                                              \
 "bootfile=uImage\0"                                                    \