
14 Mar
2016
14 Mar
'16
6:38 a.m.
On Mon, Mar 14, 2016 at 1:13 PM, Bin Meng bmeng.cn@gmail.com wrote:
On Sat, Mar 12, 2016 at 1:07 PM, Simon Glass sjg@chromium.org wrote:
At present the MRC options are private to ivybridge. Other Intel CPUs also use these settings. Move them to a common place.
Signed-off-by: Simon Glass sjg@chromium.org
Changes in v2:
- Add Kconfig help for the moved options
- Fix tab indentation
arch/x86/Kconfig | 61 ++++++++++++++++++++++++++++++++++++++++++ arch/x86/cpu/ivybridge/Kconfig | 27 +------------------ 2 files changed, 62 insertions(+), 26 deletions(-)
Reviewed-by: Bin Meng bmeng.cn@gmail.com
applied to u-boot-x86/next, thanks!