diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-01-17 17:55:18 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-01-22 12:34:55 +0100 |
commit | e18233493e7b3610d98779522726daad53c0d47e (patch) | |
tree | 3d10be9eb259cff829db9422073612e80c8751a5 | |
parent | 9dcf68fac888211758f43b2adf9b930d519a26da (diff) | |
download | u-boot-e18233493e7b3610d98779522726daad53c0d47e.tar.gz u-boot-e18233493e7b3610d98779522726daad53c0d47e.tar.xz u-boot-e18233493e7b3610d98779522726daad53c0d47e.zip |
sunxi: ba10_tv_box_defconfig: Fix USB not working
PH12 is Vbus enable for Vbus2, not Vbus1.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
-rw-r--r-- | configs/ba10_tv_box_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/ba10_tv_box_defconfig b/configs/ba10_tv_box_defconfig index 6ca7c57186..37bf51b1f3 100644 --- a/configs/ba10_tv_box_defconfig +++ b/configs/ba10_tv_box_defconfig @@ -1,7 +1,7 @@ CONFIG_SPL=y CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_EMAC,USB_EHCI" CONFIG_FDTFILE="sun4i-a10-ba10-tvbox.dtb" -CONFIG_USB1_VBUS_PIN="PH12" +CONFIG_USB2_VBUS_PIN="PH12" +S:CONFIG_ARM=y +S:CONFIG_ARCH_SUNXI=y +S:CONFIG_MACH_SUN4I=y |