x86: ivybridge: Move more init to the probe() function
authorSimon Glass <sjg@chromium.org>
Sun, 17 Jan 2016 23:11:12 +0000 (16:11 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 24 Jan 2016 04:07:19 +0000 (12:07 +0800)
commitfe40bd4d8f62637aac0d2b3e6195d56dc96b1342
treeac67974d04d8688f01c60f90bf713560a39d7ae0
parent788cd90864e469da7928a9efae3d017a09b2d035
x86: ivybridge: Move more init to the probe() function

Move SPI and port80 init to lpc_early_init(), called from the LPC's probe()
method.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/ivybridge/cpu.c
arch/x86/cpu/ivybridge/lpc.c