[coreboot-gerrit] Patch set updated for coreboot: dd4867e AGESA: Eliminate a warning in AMD F15 AGESA wrappers

Bruce Griffith (Bruce.Griffith@se-eng.com) gerrit at coreboot.org
Wed Jun 26 11:08:13 CEST 2013


Bruce Griffith (Bruce.Griffith at se-eng.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/3526

-gerrit

commit dd4867e68214341c4471de48c6e609bb64fff645
Author: Bruce Griffith <Bruce.Griffith at se-eng.com>
Date:   Tue Jun 25 14:21:44 2013 -0600

    AGESA: Eliminate a warning in AMD F15 AGESA wrappers
    
    This change eliminates an unused variable that causes a build warning.
    
    Change-Id: I02487c7dd80d458f562d7afe1827eefcc0fb678b
    Signed-off-by: Bruce Griffith <Bruce.Griffith at se-eng.com>
---
 src/northbridge/amd/agesa/family15/northbridge.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/northbridge/amd/agesa/family15/northbridge.c b/src/northbridge/amd/agesa/family15/northbridge.c
index 6134830..9e5538d 100644
--- a/src/northbridge/amd/agesa/family15/northbridge.c
+++ b/src/northbridge/amd/agesa/family15/northbridge.c
@@ -1060,7 +1060,6 @@ static u32 cpu_bus_scan(device_t dev, u32 max)
 				dev_path(cdb_dev), 0x0f + family, core_max, core_nums, siblings);
 
 		for (j = 0; j <= siblings; j++ ) {
-			extern CONST OPTIONS_CONFIG_TOPOLOGY ROMDATA TopologyConfiguration;
 			u32 lapicid_start = 0;
 
 			/*



More information about the coreboot-gerrit mailing list