src/mainboard: Fix typo
Change-Id: Ief6a04ccb63658b5fb03cd1d298bf00948cf7410 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/27912 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
committed by
Martin Roth
parent
2f79eb3fd5
commit
08fc8fff25
@@ -30,7 +30,7 @@ static void *smp_write_config_table(void *v)
|
||||
struct mp_config_table *mc;
|
||||
int bus_isa;
|
||||
|
||||
/* Intialize the MP_Table */
|
||||
/* Initialize the MP_Table */
|
||||
mc = (void *)(((char *)v) + SMP_FLOATING_TABLE_LEN);
|
||||
|
||||
mptable_init(mc, LOCAL_APIC_ADDR);
|
||||
|
Reference in New Issue
Block a user