Michał Żygowski has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/62111 )
Change subject: nb/amd/amdfam10/Kconfig: Remove unused symbols ......................................................................
nb/amd/amdfam10/Kconfig: Remove unused symbols
Signed-off-by: Michał Żygowski michal.zygowski@3mdeb.com Change-Id: Ife32f221272bb599cb1ce75a7de7a50b8c415cde --- M src/northbridge/amd/amdfam10/Kconfig 1 file changed, 0 insertions(+), 6 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/11/62111/1
diff --git a/src/northbridge/amd/amdfam10/Kconfig b/src/northbridge/amd/amdfam10/Kconfig index 1834a75..d756268 100644 --- a/src/northbridge/amd/amdfam10/Kconfig +++ b/src/northbridge/amd/amdfam10/Kconfig @@ -19,12 +19,10 @@ select HAVE_DEBUG_RAM_SETUP select HAVE_DEBUG_SMBUS select HAVE_DEBUG_CAR - select HYPERTRANSPORT_PLUGIN_SUPPORT select PCIEXP_ASPM select PCIEXP_COMMON_CLOCK select PCIEXP_CLK_PM select PCIEXP_L1_SUB_STATE - select NO_RELOCATABLE_RAMSTAGE select ECAM_MMCONF_SUPPORT
if NORTHBRIDGE_AMD_AMDFAM10 @@ -49,10 +47,6 @@ hex default 0xc0000
-config BOOTBLOCK_NORTHBRIDGE_INIT - string - default "northbridge/amd/amdfam10/bootblock.c" - config SB_HT_CHAIN_UNITID_OFFSET_ONLY bool default n