]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
Fix typo
authorMichael Brown <mcb30@etherboot.org>
Wed, 4 Jul 2007 01:25:07 +0000 (02:25 +0100)
committerMichael Brown <mcb30@etherboot.org>
Wed, 4 Jul 2007 01:25:07 +0000 (02:25 +0100)
src/arch/i386/firmware/pcbios/hidemem.c

index 9a6dab849642f4a893c52e12b45789ea691fd0ce..eba94007cd42dd5c9c0c7e5a14e65eab9957879b 100644 (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,
 };