]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/xtensa/xtfpga.c
hw/xtensa/xtfpga: treat uImage load address as virtual
[mirror_qemu.git] / hw / xtensa / xtfpga.c
index a9b33bc4ee6dc2d9d3ea85b7649944b0f60a7bb4..e5a6bba7830f75c7433e9a3b673e3dd6d4d2c5c8 100644 (file)
@@ -329,7 +329,7 @@ static void lx_init(const LxBoardDesc *board, MachineState *machine)
             hwaddr ep;
             int is_linux;
             success = load_uimage(kernel_filename, &ep, NULL, &is_linux,
-                                  NULL, NULL);
+                                  translate_phys_addr, cpu);
             if (success > 0 && is_linux) {
                 entry_point = ep;
             } else {