commit | 5e469f35d9dfed6a22f71fd98a041d7fa3e78d54 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 17 16:11:24 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Jan 24 12:08:17 2016 +0800 |
tree | 8f8921caf1d3540cb76a6af18e495202590ddeca | |
parent | b4974c441392d7c2488955681fde96b33ea255e1 [diff] |
x86: ivybridge: Move CPU init code into the driver Use the CPU driver's probe() method to perform the CPU init. This will happen automatically when the first CPU is probed. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>