diff options
Diffstat (limited to 'src/arch/i386/interface/syslinux/comboot_call.c')
| -rw-r--r-- | src/arch/i386/interface/syslinux/comboot_call.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/interface/syslinux/comboot_call.c b/src/arch/i386/interface/syslinux/comboot_call.c index 950832702..1dbc830fd 100644 --- a/src/arch/i386/interface/syslinux/comboot_call.c +++ b/src/arch/i386/interface/syslinux/comboot_call.c @@ -217,7 +217,7 @@ static int comboot_fetch_kernel ( char *kernel_file, char *cmdline ) { goto out; } if ( ( rc = imgfetch ( kernel, kernel_file, - register_image ) ) != 0 ) { + register_and_select_image ) ) != 0 ) { DBG ( "COMBOOT: could not fetch kernel: %s\n", strerror ( rc ) ); goto out; |
