projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9dcf68f
)
sunxi: ba10_tv_box_defconfig: Fix USB not working
author
Hans de Goede
<hdegoede@redhat.com>
Sat, 17 Jan 2015 16:55:18 +0000
(17:55 +0100)
committer
Hans de Goede
<hdegoede@redhat.com>
Thu, 22 Jan 2015 11:34:55 +0000
(12:34 +0100)
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>
configs/ba10_tv_box_defconfig
patch
|
blob
|
history
diff --git
a/configs/ba10_tv_box_defconfig
b/configs/ba10_tv_box_defconfig
index 6ca7c57186af556755b8293dbab6640ce3a30933..37bf51b1f3ca584199076898bcf5aca127023a09 100644
(file)
--- 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_USB
1
_VBUS_PIN="PH12"
+CONFIG_USB
2
_VBUS_PIN="PH12"
+S:CONFIG_ARM=y
+S:CONFIG_ARCH_SUNXI=y
+S:CONFIG_MACH_SUN4I=y