]> git.sur5r.net Git - u-boot/commit
x86: ivybridge: Move early init code into northbridge.c
authorSimon Glass <sjg@chromium.org>
Sun, 17 Jan 2016 23:11:27 +0000 (16:11 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 24 Jan 2016 04:08:17 +0000 (12:08 +0800)
commit279006db4f6c7bacd506e734bc9ba9d32ed0913c
tree70deb7a8194b56ab65a45451043bb2f6dde0531b
parentd173185d73542d11544543f3c8c9a4f529fe30e2
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>
arch/x86/cpu/ivybridge/Makefile
arch/x86/cpu/ivybridge/early_init.c [deleted file]
arch/x86/cpu/ivybridge/northbridge.c