summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-11-14 18:18:42 -0700
committerSimon Glass <sjg@chromium.org>2014-11-25 06:34:02 -0700
commita6d4c453069303c3d1a499d2282f423b35c8f3b0 (patch)
tree23daeaee24c32957e42d9bb9ba90c76c2f92a7b4 /arch/x86/cpu/ivybridge/Makefile
parent79b303467a2aede83dd355b46e4dadbd5b40f0ac (diff)
downloadu-boot-imx-a6d4c453069303c3d1a499d2282f423b35c8f3b0.zip
u-boot-imx-a6d4c453069303c3d1a499d2282f423b35c8f3b0.tar.gz
u-boot-imx-a6d4c453069303c3d1a499d2282f423b35c8f3b0.tar.bz2
x86: ivybridge: Set up XHCI USB
Add init for XHCI so that high-speed USB can be used. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/cpu/ivybridge/Makefile')
-rw-r--r--arch/x86/cpu/ivybridge/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/cpu/ivybridge/Makefile b/arch/x86/cpu/ivybridge/Makefile
index 4a00757..aedc395 100644
--- a/arch/x86/cpu/ivybridge/Makefile
+++ b/arch/x86/cpu/ivybridge/Makefile
@@ -18,3 +18,4 @@ obj-y += report_platform.o
obj-y += sata.o
obj-y += sdram.o
obj-y += usb_ehci.o
+obj-y += usb_xhci.o