aboutsummaryrefslogtreecommitdiffstats
path: root/arm/fdt.c
diff options
context:
space:
mode:
Diffstat (limited to 'arm/fdt.c')
-rw-r--r--arm/fdt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arm/fdt.c b/arm/fdt.c
index 36571089..ec7453f8 100644
--- a/arm/fdt.c
+++ b/arm/fdt.c
@@ -239,8 +239,8 @@ static int read_image(int fd, void **pos, void *limit)
#define FDT_ALIGN SZ_2M
#define INITRD_ALIGN 4
-int load_flat_binary(struct kvm *kvm, int fd_kernel, int fd_initrd,
- const char *kernel_cmdline)
+bool kvm__arch_load_kernel_image(struct kvm *kvm, int fd_kernel, int fd_initrd,
+ const char *kernel_cmdline)
{
void *pos, *kernel_end, *limit;
unsigned long guest_addr;