david/ipxe
david
/
ipxe
Archived
1
0
Fork 0
This commit is contained in:
Michael Brown 2007-07-04 02:25:07 +01:00
parent fc5f6c9de2
commit 1ecb9acb87
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ static void unhide_etherboot ( void ) {
}
/** 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,
.shutdown = unhide_etherboot,
};