Drop CONFIG_MAX_PHYSICAL_CPUS on non-AMD boards
CONFIG_MAX_PHYSICAL_CPUS is defined by quite a number of mainboards whithout any code actually using the variable. Hence, drop MAX_PHYSICAL_CPUS from Kconfig for those boards. In the long run we should drop CONFIG_MAX_PHYSICAL_CPUS use completely and make the code dynamic or depend on CONFIG_MAX_CPUS instead. Change-Id: I37dcc74d245ddba5186b96bd82220dacb6f4d323 Signed-off-by: Stefan Reinauer <reinauer@google.com> Reviewed-on: http://review.coreboot.org/984 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
parent
816d081760
commit
2c41c4027f
|
@ -19,6 +19,8 @@ config DCACHE_RAM_GLOBAL_VAR_SIZE
|
|||
hex
|
||||
default 0x0
|
||||
|
||||
# FIXME MAX_PHYSICAL_CPUS should move to AMD specific code, or better
|
||||
# yet be dropped completely.
|
||||
config MAX_PHYSICAL_CPUS
|
||||
int
|
||||
default 1
|
||||
|
|
|
@ -49,8 +49,4 @@ config MAX_CPUS
|
|||
int
|
||||
default 2
|
||||
|
||||
config MAX_PHYSICAL_CPUS
|
||||
int
|
||||
default 2
|
||||
|
||||
endif # BOARD_ASUS_P2B_D
|
||||
|
|
|
@ -49,8 +49,4 @@ config MAX_CPUS
|
|||
int
|
||||
default 2
|
||||
|
||||
config MAX_PHYSICAL_CPUS
|
||||
int
|
||||
default 2
|
||||
|
||||
endif # BOARD_ASUS_P2B_DS
|
||||
|
|
|
@ -64,10 +64,6 @@ config MAX_CPUS
|
|||
int
|
||||
default 4
|
||||
|
||||
config MAX_PHYSICAL_CPUS
|
||||
int
|
||||
default 2
|
||||
|
||||
config VGA_BIOS_FILE
|
||||
string
|
||||
default "getac-pci8086,27a2.rom"
|
||||
|
|
|
@ -49,10 +49,6 @@ config MAX_CPUS
|
|||
int
|
||||
default 4
|
||||
|
||||
config MAX_PHYSICAL_CPUS
|
||||
int
|
||||
default 2
|
||||
|
||||
config VGA_BIOS_FILE
|
||||
string
|
||||
default "amipci_01.20"
|
||||
|
|
|
@ -62,8 +62,4 @@ config MAX_CPUS
|
|||
int
|
||||
default 4
|
||||
|
||||
config MAX_PHYSICAL_CPUS
|
||||
int
|
||||
default 2
|
||||
|
||||
endif # BOARD_INTEL_D945GCLF
|
||||
|
|
|
@ -51,8 +51,4 @@ config MAX_CPUS
|
|||
int
|
||||
default 4
|
||||
|
||||
config MAX_PHYSICAL_CPUS
|
||||
int
|
||||
default 2
|
||||
|
||||
endif # BOARD_INTEL_EAGLEHEIGHTS
|
||||
|
|
|
@ -39,10 +39,6 @@ config MAX_CPUS
|
|||
int
|
||||
default 16
|
||||
|
||||
config MAX_PHYSICAL_CPUS
|
||||
int
|
||||
default 8
|
||||
|
||||
config VGA_BIOS_FILE
|
||||
string
|
||||
default "pci8086,0166.rom"
|
||||
|
|
|
@ -32,8 +32,4 @@ config MAX_CPUS
|
|||
int
|
||||
default 2
|
||||
|
||||
config MAX_PHYSICAL_CPUS
|
||||
int
|
||||
default 2
|
||||
|
||||
endif # BOARD_INTEL_XE7501DEVKIT
|
||||
|
|
|
@ -42,10 +42,6 @@ config MAX_CPUS
|
|||
int
|
||||
default 4
|
||||
|
||||
config MAX_PHYSICAL_CPUS
|
||||
int
|
||||
default 2
|
||||
|
||||
config VGA_BIOS_FILE
|
||||
string
|
||||
default "amipci_01.20"
|
||||
|
|
|
@ -52,8 +52,4 @@ config MAX_CPUS
|
|||
int
|
||||
default 2
|
||||
|
||||
config MAX_PHYSICAL_CPUS
|
||||
int
|
||||
default 1
|
||||
|
||||
endif
|
||||
|
|
|
@ -53,8 +53,4 @@ config MAX_CPUS
|
|||
int
|
||||
default 2
|
||||
|
||||
config MAX_PHYSICAL_CPUS
|
||||
int
|
||||
default 1
|
||||
|
||||
endif
|
||||
|
|
|
@ -43,10 +43,6 @@ config MAX_CPUS
|
|||
int
|
||||
default 4
|
||||
|
||||
config MAX_PHYSICAL_CPUS
|
||||
int
|
||||
default 2
|
||||
|
||||
config MAXIMUM_SUPPORTED_FREQUENCY
|
||||
int
|
||||
default 400
|
||||
|
|
|
@ -40,8 +40,4 @@ config MAX_CPUS
|
|||
int
|
||||
default 4
|
||||
|
||||
config MAX_PHYSICAL_CPUS
|
||||
int
|
||||
default 2
|
||||
|
||||
endif # BOARD_TYAN_S2735
|
||||
|
|
Loading…
Reference in New Issue