From 72a1768abab8c2101f833d801aed06c391eadda8 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Wed, 16 Apr 2014 09:43:40 +0300 Subject: AMD hudson yantgze: Drop MAX_PHYSICAL_CPUS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Not used with AGESA vendorcode. Change-Id: I4de7e49d513a1bc8d6d4da1eea630b9eedf5de80 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/5522 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/mainboard/amd/olivehill/Kconfig | 4 ---- src/mainboard/amd/parmer/Kconfig | 4 ---- src/mainboard/amd/thatcher/Kconfig | 4 ---- src/mainboard/asrock/imb-a180/Kconfig | 4 ---- src/mainboard/asus/f2a85-m/Kconfig | 4 ---- src/mainboard/hp/pavilion_m6_1035dx/Kconfig | 4 ---- 6 files changed, 24 deletions(-) (limited to 'src/mainboard') diff --git a/src/mainboard/amd/olivehill/Kconfig b/src/mainboard/amd/olivehill/Kconfig index dac3194ec7..8be5a18042 100644 --- a/src/mainboard/amd/olivehill/Kconfig +++ b/src/mainboard/amd/olivehill/Kconfig @@ -50,10 +50,6 @@ config MAX_CPUS int default 4 -config MAX_PHYSICAL_CPUS - int - default 1 - config HW_MEM_HOLE_SIZE_AUTO_INC bool default n diff --git a/src/mainboard/amd/parmer/Kconfig b/src/mainboard/amd/parmer/Kconfig index 46e67baf64..16fadfa452 100644 --- a/src/mainboard/amd/parmer/Kconfig +++ b/src/mainboard/amd/parmer/Kconfig @@ -51,10 +51,6 @@ config MAX_CPUS int default 4 -config MAX_PHYSICAL_CPUS - int - default 1 - config HW_MEM_HOLE_SIZE_AUTO_INC bool default n diff --git a/src/mainboard/amd/thatcher/Kconfig b/src/mainboard/amd/thatcher/Kconfig index 7fa9cea486..66374f299f 100644 --- a/src/mainboard/amd/thatcher/Kconfig +++ b/src/mainboard/amd/thatcher/Kconfig @@ -51,10 +51,6 @@ config MAX_CPUS int default 4 -config MAX_PHYSICAL_CPUS - int - default 1 - config HW_MEM_HOLE_SIZE_AUTO_INC bool default n diff --git a/src/mainboard/asrock/imb-a180/Kconfig b/src/mainboard/asrock/imb-a180/Kconfig index 734d50a4e2..ccd060e85d 100644 --- a/src/mainboard/asrock/imb-a180/Kconfig +++ b/src/mainboard/asrock/imb-a180/Kconfig @@ -51,10 +51,6 @@ config MAX_CPUS int default 4 -config MAX_PHYSICAL_CPUS - int - default 1 - config HW_MEM_HOLE_SIZE_AUTO_INC bool default n diff --git a/src/mainboard/asus/f2a85-m/Kconfig b/src/mainboard/asus/f2a85-m/Kconfig index 04c208cf03..385915676a 100644 --- a/src/mainboard/asus/f2a85-m/Kconfig +++ b/src/mainboard/asus/f2a85-m/Kconfig @@ -76,10 +76,6 @@ config MAX_CPUS int default 4 -config MAX_PHYSICAL_CPUS - int - default 1 - config HW_MEM_HOLE_SIZE_AUTO_INC bool default n diff --git a/src/mainboard/hp/pavilion_m6_1035dx/Kconfig b/src/mainboard/hp/pavilion_m6_1035dx/Kconfig index 727e96d295..87e8212651 100644 --- a/src/mainboard/hp/pavilion_m6_1035dx/Kconfig +++ b/src/mainboard/hp/pavilion_m6_1035dx/Kconfig @@ -53,10 +53,6 @@ config MAX_CPUS int default 4 -config MAX_PHYSICAL_CPUS - int - default 1 - config HW_MEM_HOLE_SIZE_AUTO_INC bool default n -- cgit v1.2.3