commit | 0b22c9738367a4a8e07cad480831653099ab207e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 17 16:11:25 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Jan 24 12:08:17 2016 +0800 |
tree | 03afe4753e2a808d35ca76fccdbc19dccde10801 | |
parent | 5e469f35d9dfed6a22f71fd98a041d7fa3e78d54 [diff] |
x86: ivybridge: Set up the thermal target correctly 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 <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>