
21 Jan
2016
21 Jan
'16
9 a.m.
On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass sjg@chromium.org wrote:
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
Changes in v2:
- Update to drop LPC init method and use probe() instead
arch/x86/cpu/ivybridge/early_init.c | 16 ---------------- arch/x86/cpu/ivybridge/lpc.c | 19 ++++++++++++++++++- 2 files changed, 18 insertions(+), 17 deletions(-)
applied to u-boot-x86/master, thanks!