agesa: Always include family* Kconfig
Otherwise we generate a recursive dependency because CPU_AMD_AGESA depends on the per-family configurations while those only exist if CPU_AMD_AGESA is selected. Change-Id: Ic08d517ff4ca8bb76afc1574b55c54b28ec3f1b0 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/5490 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
parent
4e6881f0ba
commit
5d41c1a7f9
|
@ -62,6 +62,7 @@ config DCACHE_RAM_BASE
|
|||
config DCACHE_RAM_SIZE
|
||||
hex
|
||||
default 0x10000
|
||||
endif # CPU_AMD_AGESA
|
||||
|
||||
source src/cpu/amd/agesa/family10/Kconfig
|
||||
source src/cpu/amd/agesa/family12/Kconfig
|
||||
|
@ -70,4 +71,3 @@ source src/cpu/amd/agesa/family15/Kconfig
|
|||
source src/cpu/amd/agesa/family15tn/Kconfig
|
||||
source src/cpu/amd/agesa/family16kb/Kconfig
|
||||
|
||||
endif # CPU_AMD_AGESA
|
||||
|
|
Loading…
Reference in New Issue