Fix AMD Agesa leaking Kconfig
Kconfig leaked XIP_ROM_SIZE to other platforms and also defined obsolete option XIP_ROM_BASE. Alias AMD_AGESA as NORTHBRIDGE_AMD_AGESA. Break the circular dependency with family15 Kconfig. Change-Id: Ic7891012220e1bef758a5a39002b66971d5206e3 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/773 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
committed by
Patrick Georgi
parent
1c93d90fd2
commit
f5bb4771de
@ -19,11 +19,10 @@
|
||||
|
||||
config AMD_AGESA
|
||||
bool
|
||||
default y if CPU_AMD_AGESA_FAMILY15
|
||||
default n
|
||||
|
||||
config XIP_ROM_BASE
|
||||
hex
|
||||
default 0xfff00000
|
||||
if AMD_AGESA
|
||||
|
||||
config XIP_ROM_SIZE
|
||||
hex
|
||||
@ -40,3 +39,6 @@ source src/cpu/amd/agesa/family10/Kconfig
|
||||
source src/cpu/amd/agesa/family12/Kconfig
|
||||
source src/cpu/amd/agesa/family14/Kconfig
|
||||
source src/cpu/amd/agesa/family15/Kconfig
|
||||
|
||||
endif # AMD_AGESA
|
||||
|
||||
|
@ -20,7 +20,6 @@
|
||||
config CPU_AMD_AGESA_FAMILY15
|
||||
bool
|
||||
select PCI_IO_CFG_EXT
|
||||
select AMD_AGESA
|
||||
|
||||
if CPU_AMD_AGESA_FAMILY15
|
||||
|
||||
@ -58,10 +57,6 @@ config CDB
|
||||
hex
|
||||
default 0x18
|
||||
|
||||
config XIP_ROM_BASE
|
||||
hex
|
||||
default 0xfff80000
|
||||
|
||||
config XIP_ROM_SIZE
|
||||
hex
|
||||
default 0x80000
|
||||
|
Reference in New Issue
Block a user