amd/agesa/family15/northbridge.c: Delete unused variable
This change eliminates an unused variable that causes a build warning. Change-Id: I02487c7dd80d458f562d7afe1827eefcc0fb678b Signed-off-by: Bruce Griffith <Bruce.Griffith@se-eng.com> Reviewed-on: http://review.coreboot.org/3526 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
1cc3416f5f
commit
58fff9d44f
|
@ -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;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue