]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[image] Eliminate the register_and_xxx_image() functions
authorMichael Brown <mcb30@ipxe.org>
Tue, 25 Oct 2011 00:41:41 +0000 (01:41 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 25 Oct 2011 00:41:41 +0000 (01:41 +0100)
commit790035f78d6a3b11e049c9df3df41155fd3a12ef
treee1f81cbf2fbe1fdd5a12062b88b10fd55ca7a668
parent59e4c377419a9489e190496059d59fed16502e46
[image] Eliminate the register_and_xxx_image() functions

All users of imgdownload() require registration of the image, so make
registration an integral part of imgdownload() itself and simplify the
"action" parameter to be one of image_select(), image_exec() et al.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/interface/syslinux/comboot_call.c
src/core/image.c
src/hci/commands/image_cmd.c
src/include/usr/imgmgmt.h
src/usr/autoboot.c
src/usr/imgmgmt.c