summaryrefslogtreecommitdiffstats
path: root/include/configs/sunxi-common.h
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2015-08-04 17:04:09 +0200
committerMarek Vasut <marex@denx.de>2015-08-05 17:20:34 +0200
commit2582ca0d8069eaccc4751ec9a8733c234f1d35ff (patch)
treed3d4a01b40a5a1af0ac14cf97a67502e58dd6475 /include/configs/sunxi-common.h
parent6bed24cc62ecd8d7a96c34cf1cf3e5e093f7be62 (diff)
downloadblackbird-obmc-uboot-2582ca0d8069eaccc4751ec9a8733c234f1d35ff.tar.gz
blackbird-obmc-uboot-2582ca0d8069eaccc4751ec9a8733c234f1d35ff.zip
sunxi: config update to stick with Kconfig changes
Now that some things were updated in Kconfig, they should be reflected on the sunxi-common config too. Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'include/configs/sunxi-common.h')
-rw-r--r--include/configs/sunxi-common.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/configs/sunxi-common.h b/include/configs/sunxi-common.h
index c002342034..7ed208cb53 100644
--- a/include/configs/sunxi-common.h
+++ b/include/configs/sunxi-common.h
@@ -318,7 +318,7 @@ extern int soft_i2c_gpio_scl;
#define CONFIG_PHYLIB
#endif
-#ifdef CONFIG_USB_EHCI
+#ifdef CONFIG_USB_EHCI_HCD
#define CONFIG_USB_OHCI_NEW
#define CONFIG_USB_OHCI_SUNXI
#define CONFIG_SYS_USB_OHCI_MAX_ROOT_PORTS 1
@@ -326,7 +326,6 @@ extern int soft_i2c_gpio_scl;
#endif
#ifdef CONFIG_USB_MUSB_SUNXI
-#define CONFIG_USB_MUSB_HOST
#define CONFIG_USB_MUSB_PIO_ONLY
#endif
@@ -379,7 +378,7 @@ extern int soft_i2c_gpio_scl;
#define BOOT_TARGET_DEVICES_SCSI(func)
#endif
-#ifdef CONFIG_USB_EHCI
+#ifdef CONFIG_USB_STORAGE
#define BOOT_TARGET_DEVICES_USB(func) func(USB, usb, 0)
#else
#define BOOT_TARGET_DEVICES_USB(func)
OpenPOWER on IntegriCloud