AGESA: Drop CPU_SOCKET_TYPE
Not referenced anywhere. Change-Id: I5d1dd8d712d5443f30c96043c223d2fc844b587f Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/10282 Reviewed-by: Edward O'Callaghan <edward.ocallaghan@koparo.com> Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
d5844d2806
commit
7432da609f
|
@ -28,10 +28,6 @@ config CPU_ADDR_BITS
|
||||||
int
|
int
|
||||||
default 48
|
default 48
|
||||||
|
|
||||||
config CPU_SOCKET_TYPE
|
|
||||||
hex
|
|
||||||
default 0x10
|
|
||||||
|
|
||||||
config CBB
|
config CBB
|
||||||
hex
|
hex
|
||||||
default 0x0
|
default 0x0
|
||||||
|
|
|
@ -28,10 +28,6 @@ config CPU_ADDR_BITS
|
||||||
int
|
int
|
||||||
default 36
|
default 36
|
||||||
|
|
||||||
config CPU_SOCKET_TYPE
|
|
||||||
hex
|
|
||||||
default 0x10
|
|
||||||
|
|
||||||
config CBB
|
config CBB
|
||||||
hex
|
hex
|
||||||
default 0x0
|
default 0x0
|
||||||
|
|
|
@ -29,10 +29,6 @@ config CPU_ADDR_BITS
|
||||||
int
|
int
|
||||||
default 48
|
default 48
|
||||||
|
|
||||||
config CPU_SOCKET_TYPE
|
|
||||||
hex
|
|
||||||
default 0x10
|
|
||||||
|
|
||||||
config CBB
|
config CBB
|
||||||
hex
|
hex
|
||||||
default 0x0
|
default 0x0
|
||||||
|
|
|
@ -28,10 +28,6 @@ config CPU_ADDR_BITS
|
||||||
int
|
int
|
||||||
default 48
|
default 48
|
||||||
|
|
||||||
config CPU_SOCKET_TYPE
|
|
||||||
hex
|
|
||||||
default 0x10
|
|
||||||
|
|
||||||
config CBB
|
config CBB
|
||||||
hex
|
hex
|
||||||
default 0x0
|
default 0x0
|
||||||
|
|
|
@ -28,10 +28,6 @@ config CPU_ADDR_BITS
|
||||||
int
|
int
|
||||||
default 40
|
default 40
|
||||||
|
|
||||||
config CPU_SOCKET_TYPE
|
|
||||||
hex
|
|
||||||
default 0x10
|
|
||||||
|
|
||||||
config CBB
|
config CBB
|
||||||
hex
|
hex
|
||||||
default 0x0
|
default 0x0
|
||||||
|
|
|
@ -28,10 +28,6 @@ config CPU_ADDR_BITS
|
||||||
int
|
int
|
||||||
default 48
|
default 48
|
||||||
|
|
||||||
config CPU_SOCKET_TYPE
|
|
||||||
hex
|
|
||||||
default 0x10
|
|
||||||
|
|
||||||
config EXT_CONF_SUPPORT
|
config EXT_CONF_SUPPORT
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
|
@ -28,10 +28,6 @@ config CPU_ADDR_BITS
|
||||||
int
|
int
|
||||||
default 40
|
default 40
|
||||||
|
|
||||||
config CPU_SOCKET_TYPE
|
|
||||||
hex
|
|
||||||
default 0x10
|
|
||||||
|
|
||||||
config CBB
|
config CBB
|
||||||
hex
|
hex
|
||||||
default 0x0
|
default 0x0
|
||||||
|
|
Loading…
Reference in New Issue