summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-17 23:11:53 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2016-01-24 04:09:41 (GMT)
commita5ea3a7d4a29f4251c032385f89ef7776f081be8 (patch)
tree83eba6bc1e553e52b47698a1b76e382026717684 /arch/x86/cpu/ivybridge/Makefile
parent9434c7a35d0c7b56352a761850bbf2aa48c771b0 (diff)
downloadu-boot-a5ea3a7d4a29f4251c032385f89ef7776f081be8.tar.xz
x86: ivybridge: Move code from pch.c to bd82x6x.c
This code relates to the PCH, so we should move it into the same file. 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/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/cpu/ivybridge/Makefile b/arch/x86/cpu/ivybridge/Makefile
index 259a5df..7007d5f 100644
--- a/arch/x86/cpu/ivybridge/Makefile
+++ b/arch/x86/cpu/ivybridge/Makefile
@@ -14,7 +14,6 @@ obj-y += me_status.o
obj-y += model_206ax.o
obj-y += microcode_intel.o
obj-y += northbridge.o
-obj-y += pch.o
obj-y += report_platform.o
obj-y += sata.o
obj-y += sdram.o