diff --git a/hw/xtensa/xtfpga.c b/hw/xtensa/xtfpga.c index a9b33bc4ee6dc2d9d3ea85b7649944b0f60a7bb4..e5a6bba7830f75c7433e9a3b673e3dd6d4d2c5c8 100644 --- a/hw/xtensa/xtfpga.c +++ b/hw/xtensa/xtfpga.c @@ -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 {