From 7701376cca585247dfec696cc5580f00f6b4dea6 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Mon, 21 Jan 2019 18:12:07 +0100 Subject: cpu/intel/model_406dx: Remove the notion of CPU sockets Change-Id: I5e8fb2e7331d02224a4199c4d05f92c603c57f78 Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/31032 Reviewed-by: HAOUAS Elyes Tested-by: build bot (Jenkins) --- src/mainboard/adi/rcc-dff/Kconfig | 1 - src/mainboard/adi/rcc-dff/devicetree.cb | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) (limited to 'src/mainboard/adi/rcc-dff') diff --git a/src/mainboard/adi/rcc-dff/Kconfig b/src/mainboard/adi/rcc-dff/Kconfig index f87535cd8a..e7be77c0ec 100644 --- a/src/mainboard/adi/rcc-dff/Kconfig +++ b/src/mainboard/adi/rcc-dff/Kconfig @@ -17,7 +17,6 @@ if BOARD_ADI_RCC_DFF config BOARD_SPECIFIC_OPTIONS def_bool y - select CPU_INTEL_SOCKET_RPGA989 select NORTHBRIDGE_INTEL_FSP_RANGELEY select SOUTHBRIDGE_INTEL_FSP_RANGELEY select BOARD_ROMSIZE_KB_2048 #actual chip is 8MB diff --git a/src/mainboard/adi/rcc-dff/devicetree.cb b/src/mainboard/adi/rcc-dff/devicetree.cb index 1df54d395c..0cb73f8a02 100644 --- a/src/mainboard/adi/rcc-dff/devicetree.cb +++ b/src/mainboard/adi/rcc-dff/devicetree.cb @@ -15,10 +15,8 @@ chip northbridge/intel/fsp_rangeley device cpu_cluster 0 on - chip cpu/intel/socket_rPGA989 - device lapic 0 on end - end chip cpu/intel/fsp_model_406dx + device lapic 0 on end # Magic APIC ID to locate this chip device lapic 0xACAC off end -- cgit v1.2.3