amd/{nb/amdfam10,cpu/pi}/Kconfig: Remove unused symbols
Change-Id: I7019d70b7e6f8ae041a12d6bab83127e9e70868c Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29597 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
88fa156544
commit
134da98a51
|
@ -39,9 +39,4 @@ config XIP_ROM_SIZE
|
||||||
hex
|
hex
|
||||||
default 0x100000
|
default 0x100000
|
||||||
|
|
||||||
config HIGH_SCRATCH_MEMORY_SIZE
|
|
||||||
hex
|
|
||||||
# Assume the maximum size of stack as (0xA0000 - 0x30000 + 0x1000)
|
|
||||||
default 0x71000
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -39,13 +39,4 @@ config XIP_ROM_SIZE
|
||||||
hex
|
hex
|
||||||
default 0x100000
|
default 0x100000
|
||||||
|
|
||||||
config HAVE_INIT_TIMER
|
|
||||||
bool
|
|
||||||
default y
|
|
||||||
|
|
||||||
config HIGH_SCRATCH_MEMORY_SIZE
|
|
||||||
hex
|
|
||||||
# Assume the maximum size of stack as (0xA0000 - 0x30000 + 0x1000)
|
|
||||||
default 0xA1000
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -35,9 +35,4 @@ config XIP_ROM_SIZE
|
||||||
hex
|
hex
|
||||||
default 0x100000
|
default 0x100000
|
||||||
|
|
||||||
config HIGH_SCRATCH_MEMORY_SIZE
|
|
||||||
hex
|
|
||||||
# Assume the maximum size of stack as (0xA0000 - 0x30000 + 0x1000)
|
|
||||||
default 0xA1000
|
|
||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
|
@ -59,10 +59,6 @@ config SB_HT_CHAIN_UNITID_OFFSET_ONLY
|
||||||
config HT_CHAIN_DISTRIBUTE
|
config HT_CHAIN_DISTRIBUTE
|
||||||
def_bool n
|
def_bool n
|
||||||
|
|
||||||
config DIMM_FBDIMM
|
|
||||||
bool
|
|
||||||
default n
|
|
||||||
|
|
||||||
config DIMM_DDR2
|
config DIMM_DDR2
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
@ -79,12 +75,6 @@ config DIMM_VOLTAGE_SET_SUPPORT
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
if DIMM_FBDIMM
|
|
||||||
config DIMM_SUPPORT
|
|
||||||
hex
|
|
||||||
default 0x0110
|
|
||||||
endif
|
|
||||||
|
|
||||||
config S3_DATA_SIZE
|
config S3_DATA_SIZE
|
||||||
int
|
int
|
||||||
default 32768
|
default 32768
|
||||||
|
@ -95,28 +85,6 @@ config S3_DATA_POS
|
||||||
default 0x0
|
default 0x0
|
||||||
depends on (HAVE_ACPI_RESUME)
|
depends on (HAVE_ACPI_RESUME)
|
||||||
|
|
||||||
if DIMM_DDR2
|
|
||||||
if DIMM_REGISTERED
|
|
||||||
config DIMM_SUPPORT
|
|
||||||
hex
|
|
||||||
default 0x0104
|
|
||||||
endif
|
|
||||||
|
|
||||||
if !DIMM_REGISTERED
|
|
||||||
config DIMM_SUPPORT
|
|
||||||
hex
|
|
||||||
default 0x0004
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
if DIMM_DDR3
|
|
||||||
if DIMM_REGISTERED
|
|
||||||
config DIMM_SUPPORT
|
|
||||||
hex
|
|
||||||
default 0x0005
|
|
||||||
endif
|
|
||||||
endif
|
|
||||||
|
|
||||||
config SVI_HIGH_FREQ
|
config SVI_HIGH_FREQ
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
Loading…
Reference in New Issue