diff options
author | Simon Glass <sjg@chromium.org> | 2016-01-17 16:11:41 -0700 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2016-01-24 12:09:40 +0800 |
commit | cdc337ed8f5b695f767c37f266f7c4873517a189 (patch) | |
tree | 97e1bbedfc931cbdc7989d0e2f94fcf4fe6b4be3 /arch/x86/cpu/ivybridge/Makefile | |
parent | 4e1907290720cac9c13422f1821a36254575fd73 (diff) |
x86: ivybridge: Drop the special PCI driver
There is nothing special about the ivybridge pci driver now, so just use
the generic one.
Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'arch/x86/cpu/ivybridge/Makefile')
-rw-r--r-- | arch/x86/cpu/ivybridge/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/cpu/ivybridge/Makefile b/arch/x86/cpu/ivybridge/Makefile index bdbd3fa0c9..259a5df45e 100644 --- a/arch/x86/cpu/ivybridge/Makefile +++ b/arch/x86/cpu/ivybridge/Makefile @@ -15,7 +15,6 @@ obj-y += model_206ax.o obj-y += microcode_intel.o obj-y += northbridge.o obj-y += pch.o -obj-y += pci.o obj-y += report_platform.o obj-y += sata.o obj-y += sdram.o |