diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2015-11-25 17:46:08 -0800 |
---|---|---|
committer | Bin Meng <bmeng.cn@gmail.com> | 2015-12-09 17:44:54 +0800 |
commit | d475d59020af32bd5b55ca48a5bc73213e53a7c8 (patch) | |
tree | d487ae4cb2ffcdf81d22e337ecf1c1970c513dc8 /arch | |
parent | efe2d80cca4822ce6c435993e01467eeee8babfb (diff) | |
download | u-boot-imx-d475d59020af32bd5b55ca48a5bc73213e53a7c8.zip u-boot-imx-d475d59020af32bd5b55ca48a5bc73213e53a7c8.tar.gz u-boot-imx-d475d59020af32bd5b55ca48a5bc73213e53a7c8.tar.bz2 |
x86: Remove CPU_INTEL_SOCKET_RPGA989
This Kconfig option name indicates it has something to do with cpu
socket, however it is actually not the case. Remove it and move
options inside it to NORTHBRIDGE_INTEL_IVYBRIDGE.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Acked-by: Simon Glass <sjg@chromium.org>
Tested-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/cpu/ivybridge/Kconfig | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/arch/x86/cpu/ivybridge/Kconfig b/arch/x86/cpu/ivybridge/Kconfig index 0970382..56abd8f 100644 --- a/arch/x86/cpu/ivybridge/Kconfig +++ b/arch/x86/cpu/ivybridge/Kconfig @@ -11,6 +11,10 @@ config NORTHBRIDGE_INTEL_IVYBRIDGE if NORTHBRIDGE_INTEL_IVYBRIDGE +config CACHE_MRC_BIN + bool + default n + config CACHE_MRC_SIZE_KB int default 512 @@ -69,14 +73,3 @@ config ENABLE_VMX slowly. endif - -config CPU_INTEL_SOCKET_RPGA989 - bool - -if CPU_INTEL_SOCKET_RPGA989 - -config CACHE_MRC_BIN - bool - default n - -endif |