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 /board/google | |
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 'board/google')
-rw-r--r-- | board/google/chromebook_link/Kconfig | 1 | ||||
-rw-r--r-- | board/google/chromebox_panther/Kconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/board/google/chromebook_link/Kconfig b/board/google/chromebook_link/Kconfig index 3843517..ce976db 100644 --- a/board/google/chromebook_link/Kconfig +++ b/board/google/chromebook_link/Kconfig @@ -18,7 +18,6 @@ config SYS_TEXT_BASE config BOARD_SPECIFIC_OPTIONS # dummy def_bool y select X86_RESET_VECTOR - select CPU_INTEL_SOCKET_RPGA989 select NORTHBRIDGE_INTEL_IVYBRIDGE select HAVE_ACPI_RESUME select BOARD_ROMSIZE_KB_8192 diff --git a/board/google/chromebox_panther/Kconfig b/board/google/chromebox_panther/Kconfig index 88afff3..c1cf89c 100644 --- a/board/google/chromebox_panther/Kconfig +++ b/board/google/chromebox_panther/Kconfig @@ -19,7 +19,6 @@ config SYS_TEXT_BASE config BOARD_SPECIFIC_OPTIONS # dummy def_bool y select X86_RESET_VECTOR - select CPU_INTEL_SOCKET_RPGA989 select NORTHBRIDGE_INTEL_IVYBRIDGE select HAVE_ACPI_RESUME select BOARD_ROMSIZE_KB_8192 |