From af82a77f3abc600c735e12e14874d64c80fa986f Mon Sep 17 00:00:00 2001 From: Ian Campbell Date: Wed, 5 Feb 2014 09:12:24 +0000 Subject: [PATCH] xen: arm: remove innaccurate statement about multiboot module path It is the compatible string which matters, not the absolute path, and in any case /chosen/module@N is more often used than /chosen/modules/module@N. Reported-by: Fu Wei Signed-off-by: Ian Campbell Acked-by: Julien Grall --- docs/misc/arm/device-tree/booting.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/misc/arm/device-tree/booting.txt b/docs/misc/arm/device-tree/booting.txt index 8da1e0b8fc..07fde27081 100644 --- a/docs/misc/arm/device-tree/booting.txt +++ b/docs/misc/arm/device-tree/booting.txt @@ -4,8 +4,7 @@ Dom0 kernel and ramdisk modules Xen is passed the dom0 kernel and initrd via a reference in the /chosen node of the device tree. -Each node has the form /chosen/modules/module@ and contains the following -properties: +Each node contains the following properties: - compatible -- 2.39.5