Skip to content

Commit 56c6092

Browse files
baruchsiachJonathan Corbet
authored andcommitted
Documentation: ARM: fix reference to DT format documentation
The booting-without-of.rst file is no longer there. Link to devicetree.org instead. Fixes: 4418482 ("dt: Remove booting-without-of.rst") Signed-off-by: Baruch Siach <[email protected]> Cc: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/7f07e544d9fc584242d496c2f54f9303d8de0724.1611558630.git.baruch@tkos.co.il Signed-off-by: Jonathan Corbet <[email protected]>
1 parent bc47190 commit 56c6092

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/arm/booting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ it. The recommended placement is in the first 16KiB of RAM.
128128

129129
The boot loader must load a device tree image (dtb) into system ram
130130
at a 64bit aligned address and initialize it with the boot data. The
131-
dtb format is documented in Documentation/devicetree/booting-without-of.rst.
131+
dtb format is documented at https://www.devicetree.org/specifications/.
132132
The kernel will look for the dtb magic value of 0xd00dfeed at the dtb
133133
physical address to determine if a dtb has been passed instead of a
134134
tagged list.

0 commit comments

Comments
 (0)