summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2014-11-13 05:42:13 (GMT)
committerSimon Glass <sjg@chromium.org>2014-11-21 06:34:12 (GMT)
commit6e5b12b6144acd83dcfb4a79ea0beff787f3f545 (patch)
tree2cbf6620bcd926e3de2d4cc0531efc05ee47723e /arch/x86/cpu/ivybridge/Makefile
parent7430f1086429fa93e80c3951baac90e1c578898a (diff)
downloadu-boot-6e5b12b6144acd83dcfb4a79ea0beff787f3f545.tar.xz
x86: ivybridge: Enable PCI in early init
Enable PCI so we can access devices that need to be set up before relocation. 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 dbcd4bd..6d0a78d 100644
--- a/arch/x86/cpu/ivybridge/Makefile
+++ b/arch/x86/cpu/ivybridge/Makefile
@@ -6,4 +6,5 @@
obj-y += car.o
obj-y += cpu.o
+obj-y += pci.o
obj-y += sdram.o