|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen stable-4.16] docs/efi: Fix wrong compatible in dts example
commit d0d0af67eede560faab58f161d9608a69c779d41
Author: Luca Fancellu <luca.fancellu@xxxxxxx>
AuthorDate: Thu Dec 2 15:05:17 2021 +0000
Commit: Stefano Stabellini <stefano.stabellini@xxxxxxxxxx>
CommitDate: Mon Dec 13 13:54:50 2021 -0800
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>
(cherry picked from commit 620ed2c8c777282154a91abca69083a40c9d918d)
---
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#stable-4.16
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |