Re: [U-Boot] [PATCH v2 06/55] x86: ivybridge: Move lpc_early_init() to probe()

2016-01-21 Thread Bin Meng
On Thu, Jan 21, 2016 at 2:14 PM, Bin Meng wrote: > On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass wrote: >> Move this code to the LPC's probe() method so that it will happen >> automatically when the LPC is probed before relocation. >> >> Signed-off-by: Simon

Re: [U-Boot] [PATCH v2 06/55] x86: ivybridge: Move lpc_early_init() to probe()

2016-01-20 Thread Bin Meng
On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass wrote: > Move this code to the LPC's probe() method so that it will happen > automatically when the LPC is probed before relocation. > > Signed-off-by: Simon Glass > --- > > Changes in v2: > - Drop unused

[U-Boot] [PATCH v2 06/55] x86: ivybridge: Move lpc_early_init() to probe()

2016-01-17 Thread Simon Glass
Move this code to the LPC's probe() method so that it will happen automatically when the LPC is probed before relocation. Signed-off-by: Simon Glass --- Changes in v2: - Drop unused 'gen-dec' device tree property arch/x86/cpu/ivybridge/cpu.c | 9 -