[coreboot-gerrit] New patch to review for coreboot: e7fc2df agesa: Always include family* Kconfig

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Sat Apr 12 13:05:37 CEST 2014


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5490

-gerrit

commit e7fc2df5d2af339a4a9b5aa1c7e35a54480e61ff
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Sat Apr 12 13:04:14 2014 +0200

    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 at georgi-clan.de>
---
 src/cpu/amd/agesa/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/cpu/amd/agesa/Kconfig b/src/cpu/amd/agesa/Kconfig
index 9a3f174..a73c5ce 100644
--- a/src/cpu/amd/agesa/Kconfig
+++ b/src/cpu/amd/agesa/Kconfig
@@ -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



More information about the coreboot-gerrit mailing list