Re: [U-Boot] [PATCH 08/23] x86: Make MMCONF_BASE_ADDRESS common across x86

2015-01-27 Thread Bin Meng
Hi Simon, On Tue, Jan 27, 2015 at 9:23 AM, Simon Glass wrote: > This setting will be used by more than just ivybridge so make it common. > > Signed-off-by: Simon Glass > --- > > arch/x86/Kconfig | 12 > board/google/chromebook_link/Kconfig | 1 - > 2 files chan

[U-Boot] [PATCH 08/23] x86: Make MMCONF_BASE_ADDRESS common across x86

2015-01-26 Thread Simon Glass
This setting will be used by more than just ivybridge so make it common. Signed-off-by: Simon Glass --- arch/x86/Kconfig | 12 board/google/chromebook_link/Kconfig | 1 - 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/arch/x86/Kconfig b/arch/x86