diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-07-26 19:31:24 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2014-07-31 15:37:23 +0200 |
commit | 0061e46462da670ba0f6811d407df438692f137d (patch) | |
tree | 884b628da459544e7f6b0e820af122f82f7b5ff8 /configs/r7-tv-dongle_defconfig | |
parent | 2111484e1ff64289542714d8228e894290ef0050 (diff) | |
download | u-boot-imx-0061e46462da670ba0f6811d407df438692f137d.zip u-boot-imx-0061e46462da670ba0f6811d407df438692f137d.tar.gz u-boot-imx-0061e46462da670ba0f6811d407df438692f137d.tar.bz2 |
sunxi: Enable EHCI on various sunxi boards
Most sunxi boards have the EHCI controller hooked up, enable it on all
relevant boards.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'configs/r7-tv-dongle_defconfig')
-rw-r--r-- | configs/r7-tv-dongle_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/r7-tv-dongle_defconfig b/configs/r7-tv-dongle_defconfig index 62e8c56..f0f97b0 100644 --- a/configs/r7-tv-dongle_defconfig +++ b/configs/r7-tv-dongle_defconfig @@ -1,4 +1,4 @@ CONFIG_SPL=y -CONFIG_SYS_EXTRA_OPTIONS="R7DONGLE,SPL,AXP152_POWER" +CONFIG_SYS_EXTRA_OPTIONS="R7DONGLE,SPL,AXP152_POWER,USB_EHCI,SUNXI_USB_VBUS0_GPIO=SUNXI_GPG(13)" +S:CONFIG_ARM=y +S:CONFIG_TARGET_SUN5I=y |