diff --git a/dynamic-layers/raspberrypi/recipes-bsp/rpi-u-boot-scr/files/boot.cmd.xen.in b/dynamic-layers/raspberrypi/recipes-bsp/rpi-u-boot-scr/files/boot.cmd.xen.in index 84d533a6..9cba41f1 100644 --- a/dynamic-layers/raspberrypi/recipes-bsp/rpi-u-boot-scr/files/boot.cmd.xen.in +++ b/dynamic-layers/raspberrypi/recipes-bsp/rpi-u-boot-scr/files/boot.cmd.xen.in @@ -21,7 +21,7 @@ echo Add a dom0 node to chosen to put Linux boot information in fdt mknode /chosen dom0 echo Set this for the Linux boot command -fdt set /chosen/dom0 compatible "xen,linux-zimage", "xen,multiboot-module" +fdt set /chosen/dom0 compatible "multiboot,module" # Tell Xen where PCI is fdt set /scb/pcie@7d500000 device_type "pci"