diff options
-rw-r--r-- | src/interface/pxe/pxe_loader.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/interface/pxe/pxe_loader.c b/src/interface/pxe/pxe_loader.c index f815bc252..d228a36d0 100644 --- a/src/interface/pxe/pxe_loader.c +++ b/src/interface/pxe/pxe_loader.c @@ -31,12 +31,12 @@ */ PXENV_EXIT_t undi_loader ( struct s_UNDI_LOADER *undi_loader ) { - DBG ( "[PXENV_UNDI_LOADER to CS %04x DS %04x]", - undi_loader->UNDI_CS, undi_loader->UNDI_DS ); - /* Perform one-time initialisation (e.g. heap) */ initialise(); + DBG ( "[PXENV_UNDI_LOADER to CS %04x DS %04x]", + undi_loader->UNDI_CS, undi_loader->UNDI_DS ); + /* Set up PXE data structures */ pxe_init_structures(); |