summaryrefslogtreecommitdiff
path: root/arch/x86/cpu/ivybridge/Makefile
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-17 23:11:27 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2016-01-24 04:08:17 (GMT)
commit279006db4f6c7bacd506e734bc9ba9d32ed0913c (patch)
tree70deb7a8194b56ab65a45451043bb2f6dde0531b /arch/x86/cpu/ivybridge/Makefile
parentd173185d73542d11544543f3c8c9a4f529fe30e2 (diff)
downloadu-boot-279006db4f6c7bacd506e734bc9ba9d32ed0913c.tar.xz
x86: ivybridge: Move early init code into northbridge.c
This code is now part of the northbridge driver, so move it into the same place. 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 0c7efae..bdbd3fa 100644
--- a/arch/x86/cpu/ivybridge/Makefile
+++ b/arch/x86/cpu/ivybridge/Makefile
@@ -7,7 +7,6 @@
obj-y += bd82x6x.o
obj-y += car.o
obj-y += cpu.o
-obj-y += early_init.o
obj-y += early_me.o
obj-y += gma.o
obj-y += lpc.o