diff options
author | Jonathan Corbet <[email protected]> | 2023-05-19 10:31:30 -0600 |
---|---|---|
committer | Jonathan Corbet <[email protected]> | 2023-06-16 08:32:06 -0600 |
commit | f8c25662028b38f31f55f9c5d8da45a75dbf094a (patch) | |
tree | 7b802a88b3b665ad68a6b60ba56be9a3d6e62297 | |
parent | 173cb655ea4bbcc5d3b7e0397cad99bfb89c8670 (diff) |
dt-bindings: Update Documentation/arm references
The Arm documentation has moved to Documentation/arch/arm; update
one devicetree reference to match.
Cc: Krzysztof Kozlowski <[email protected]>
Cc: [email protected]
Acked-by: Conor Dooley <[email protected]>
Acked-by: Rob Herring <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/arm/xen.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/arm/xen.txt b/Documentation/devicetree/bindings/arm/xen.txt index 61d77acbeb5e..f925290d4641 100644 --- a/Documentation/devicetree/bindings/arm/xen.txt +++ b/Documentation/devicetree/bindings/arm/xen.txt @@ -56,7 +56,7 @@ hypervisor { }; The format and meaning of the "xen,uefi-*" parameters are similar to those in -Documentation/arm/uefi.rst, which are provided by the regular UEFI stub. However +Documentation/arch/arm/uefi.rst, which are provided by the regular UEFI stub. However they differ because they are provided by the Xen hypervisor, together with a set of UEFI runtime services implemented via hypercalls, see http://xenbits.xen.org/docs/unstable/hypercall/x86_64/include,public,platform.h.html. |