Re: [U-Boot] [PATCH v2 20/55] x86: ivybridge: Set up the thermal target correctly

2016-01-21 Thread Bin Meng
On Mon, Jan 18, 2016 at 7:11 AM, Simon Glass wrote: > This uses a non-existent node at present. It should use the first CPU node. > The referenced property does not exist (the correct value is the default of > 0), but this allows the follow-on init to complete. > > Signed-off-by: Simon Glass > Re

[U-Boot] [PATCH v2 20/55] x86: ivybridge: Set up the thermal target correctly

2016-01-17 Thread Simon Glass
This uses a non-existent node at present. It should use the first CPU node. The referenced property does not exist (the correct value is the default of 0), but this allows the follow-on init to complete. Signed-off-by: Simon Glass Reviewed-by: Bin Meng --- Changes in v2: None arch/x86/cpu/ivy