From: Matt Fleming Date: Fri, 27 May 2011 16:09:27 +0000 (+0100) Subject: core: Load the 32-bit environment at startup X-Git-Tag: syslinux-5.00-pre1~42^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70c15d2a46c091534e556c0ca63dce62b85e4c07;p=platform%2Fupstream%2Fsyslinux.git core: Load the 32-bit environment at startup Do the same as the other Syslinux variants and initialise the 32-bit environment when we boot. Signed-off-by: Matt Fleming --- diff --git a/core/pxelinux.asm b/core/pxelinux.asm index e8818a6..10fe72e 100644 --- a/core/pxelinux.asm +++ b/core/pxelinux.asm @@ -264,10 +264,9 @@ ROOT_FS_OPS: %endmacro ; -; Load configuration file +; Jump to 32-bit ELF space ; - pm_call pm_load_config - jz no_config_file + pm_call load_env32 ; ; Now we have the config file open. Parse the config file and