mirror of https://github.com/ipxe/ipxe.git
Fix typo
parent
fc5f6c9de2
commit
1ecb9acb87
|
@ -150,7 +150,7 @@ static void unhide_etherboot ( void ) {
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Hide Etherboot startup function */
|
/** Hide Etherboot startup function */
|
||||||
struct startup_fn hide_etherboot_startup_fn __startup_fn ( EARLY_STARTUP ) = {
|
struct startup_fn hide_etherboot_startup_fn __startup_fn ( STARTUP_EARLY ) = {
|
||||||
.startup = hide_etherboot,
|
.startup = hide_etherboot,
|
||||||
.shutdown = unhide_etherboot,
|
.shutdown = unhide_etherboot,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue