linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: ARM: fix reference to DT format documentation
@ 2021-01-25  7:10 Baruch Siach
  2021-01-28 22:38 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Baruch Siach @ 2021-01-25  7:10 UTC (permalink / raw)
  To: Russell King, Jonathan Corbet; +Cc: Baruch Siach, linux-arm-kernel, linux-doc

The booting-without-of.rst file is no longer there. Link to
devicetree.org instead.

Fixes: 441848282c590 ("dt: Remove booting-without-of.rst")
Cc: Rob Herring <robh@kernel.org>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 Documentation/arm/booting.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/arm/booting.rst b/Documentation/arm/booting.rst
index a2263451dc2c..5974e37b3d20 100644
--- a/Documentation/arm/booting.rst
+++ b/Documentation/arm/booting.rst
@@ -128,7 +128,7 @@ it.  The recommended placement is in the first 16KiB of RAM.
 
 The boot loader must load a device tree image (dtb) into system ram
 at a 64bit aligned address and initialize it with the boot data.  The
-dtb format is documented in Documentation/devicetree/booting-without-of.rst.
+dtb format is documented at https://www.devicetree.org/specifications/.
 The kernel will look for the dtb magic value of 0xd00dfeed at the dtb
 physical address to determine if a dtb has been passed instead of a
 tagged list.
-- 
2.29.2


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: ARM: fix reference to DT format documentation
  2021-01-25  7:10 [PATCH] Documentation: ARM: fix reference to DT format documentation Baruch Siach
@ 2021-01-28 22:38 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2021-01-28 22:38 UTC (permalink / raw)
  To: Baruch Siach; +Cc: Russell King, linux-arm-kernel, linux-doc

On Mon, 25 Jan 2021 09:10:30 +0200
Baruch Siach <baruch@tkos.co.il> wrote:

> The booting-without-of.rst file is no longer there. Link to
> devicetree.org instead.
> 
> Fixes: 441848282c590 ("dt: Remove booting-without-of.rst")
> Cc: Rob Herring <robh@kernel.org>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
>  Documentation/arm/booting.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/arm/booting.rst b/Documentation/arm/booting.rst
> index a2263451dc2c..5974e37b3d20 100644
> --- a/Documentation/arm/booting.rst
> +++ b/Documentation/arm/booting.rst
> @@ -128,7 +128,7 @@ it.  The recommended placement is in the first 16KiB of RAM.
>  
>  The boot loader must load a device tree image (dtb) into system ram
>  at a 64bit aligned address and initialize it with the boot data.  The
> -dtb format is documented in Documentation/devicetree/booting-without-of.rst.
> +dtb format is documented at https://www.devicetree.org/specifications/.

Applied, thanks.

jon

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-01-28 22:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-25  7:10 [PATCH] Documentation: ARM: fix reference to DT format documentation Baruch Siach
2021-01-28 22:38 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).