x86: ivybridge: Move sandybridge init to the lpc probe() method
authorSimon Glass <sjg@chromium.org>
Sun, 17 Jan 2016 23:11:21 +0000 (16:11 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 24 Jan 2016 04:08:16 +0000 (12:08 +0800)
commitfcd30cdfa8067525a6a2044f67f11d96b1a20b37
tree0906e7f65ec28ecfa0bb997789aa4416904d76fb
parent17e0a9ab087e05f75075eb45251bd2011dd7d419
x86: ivybridge: Move sandybridge init to the lpc probe() method

The watchdog can be reset later when probing the LPC after relocation.
Move it.

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