mboot: move setting regs.eax to mboot_run()
authorH. Peter Anvin <hpa@zytor.com>
Sat, 2 May 2009 20:52:04 +0000 (13:52 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 2 May 2009 20:52:04 +0000 (13:52 -0700)
commit151171fbb46bfa12a69e091f2740ed122acfea38
treee28bddebff7cb40b876f50bbdcba765ae4038d8c
parent01c5b4edde1409dfc5cc84c71342ef671399022c
mboot: move setting regs.eax to mboot_run()

The setting of regs.eax in map_image() doesn't really make any sense;
move it to mboot_run() instead.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/mboot/map.c