[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] docs/efi: Fix wrong compatible in dts example
commit 620ed2c8c777282154a91abca69083a40c9d918d Author: Luca Fancellu <luca.fancellu@xxxxxxx> AuthorDate: Thu Dec 2 15:05:17 2021 +0000 Commit: Julien Grall <jgrall@xxxxxxxxxx> CommitDate: Fri Dec 3 12:39:20 2021 +0000 docs/efi: Fix wrong compatible in dts example 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@xxxxxxx> Reviewed-by: Bertrand Marquis <bertrand.marquis@xxxxxxx> Acked-by: Julien Grall <jgrall@xxxxxxxxxx> --- docs/misc/efi.pandoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/misc/efi.pandoc b/docs/misc/efi.pandoc index 4abbb5bb82..abafb34527 100644 --- a/docs/misc/efi.pandoc +++ b/docs/misc/efi.pandoc @@ -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"; }; }; -- generated by git-patchbot for /home/xen/git/xen.git#master
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |