The example in section "UEFI boot and dom0less on ARM" has a wrong
compatible for the DTB passthrough, it is "ramdisk" instead of
"device-tree".
This patch fixes the example.
Fixes: a1743fc3a9fe ("arm/efi: Use dom0less configuration when using EFI boot")
Signed-off-by: Luca Fancellu <luca.fancellu@arm.com>
Reviewed-by: Bertrand Marquis <bertrand.marquis@arm.com>
Acked-by: Julien Grall <jgrall@amazon.com>
xen,uefi-binary = "initrd-3.0.31-0.4-xen";
};
module@3 {
- compatible = "multiboot,ramdisk", "multiboot,module";
+ compatible = "multiboot,device-tree", "multiboot,module";
xen,uefi-binary = "passthrough.dtb";
};
};