docs/efi: Fix wrong compatible in dts example
authorLuca Fancellu <luca.fancellu@arm.com>
Thu, 2 Dec 2021 15:05:17 +0000 (15:05 +0000)
committerStefano Stabellini <stefano.stabellini@xilinx.com>
Mon, 13 Dec 2021 21:54:50 +0000 (13:54 -0800)
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>
(cherry picked from commit 620ed2c8c777282154a91abca69083a40c9d918d)

docs/misc/efi.pandoc

index 4abbb5bb82096fed63852ce1e9e626a2eea5c8b4..abafb34527588e9371051224537bb2e85f627f03 100644 (file)
@@ -222,7 +222,7 @@ domU1 {
                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";
        };
 };