Fix Typo. (and why is that file, and some of its siblings per-board?)
Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Acked-by: Patrick Georgi <patrick@georgi-clan.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6353 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
69da1b676c
commit
144fe88338
|
@ -402,7 +402,7 @@ agesawrapper_getlateinitptr (
|
||||||
return AcpiWheaCmc;
|
return AcpiWheaCmc;
|
||||||
case PICK_ALIB:
|
case PICK_ALIB:
|
||||||
return AcpiAlib;
|
return AcpiAlib;
|
||||||
defaut:
|
default:
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue