PXELINUX: call open_config() function before loading 32-bit environment
commitb0098b1dc0fde65e46a673656e97b18fbdfefc3b
authorPaulo Alcantara <pcacjr@zytor.com>
Wed, 11 Apr 2012 22:24:19 +0000 (11 19:24 -0300)
committerPaulo Alcantara <pcacjr@zytor.com>
Wed, 11 Apr 2012 22:24:19 +0000 (11 19:24 -0300)
tree9d074ba207363267a1f19427aa225fbe1fb77b4a
parentc21292c2ed81359ec3ad336e34eca51261011921
PXELINUX: call open_config() function before loading 32-bit environment

ldlinux.c32 needs ConfigName variable to be set before jumping to 32-bit
ELF space. As pxe_open_config() is called from open_config() in
core/pxelinux.asm, it will set ConfigName variable accordingly.

Signed-off-by: Paulo Alcantara <pcacjr@zytor.com>
core/pxelinux.asm