diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-04-16 09:43:40 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-04-16 14:38:58 +0200 |
commit | 72a1768abab8c2101f833d801aed06c391eadda8 (patch) | |
tree | b7317d2334743b9c7e64b9a71d318b7045d4e092 /src/mainboard | |
parent | fd478f92a425f222a1218870a680ad026cd1d0e8 (diff) | |
download | coreboot-72a1768abab8c2101f833d801aed06c391eadda8.tar.xz |
AMD hudson yantgze: Drop MAX_PHYSICAL_CPUS
Not used with AGESA vendorcode.
Change-Id: I4de7e49d513a1bc8d6d4da1eea630b9eedf5de80
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/5522
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/amd/olivehill/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/amd/parmer/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/amd/thatcher/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/asrock/imb-a180/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/asus/f2a85-m/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/hp/pavilion_m6_1035dx/Kconfig | 4 |
6 files changed, 0 insertions, 24 deletions
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 |