Skip to content

Commit 798eb4c

Browse files
milanlakhaniJonathan Corbet
authored andcommitted
docs: Update DTB format references
There were two references to devicetree/booting-without-of.rst (which has been removed) for DTB format information, and devicetree/usage-model.rst pointed to https://elinux.org/Device_Tree_Usage. Change all three of these references to https://www.devicetree.org/specifications/. Signed-off-by: Milan Lakhani <milan.lakhani@codethink.co.uk> Link: https://lore.kernel.org/r/1611149511-4990-1-git-send-email-milan.lakhani@codethink.co.uk Signed-off-by: Jonathan Corbet <corbet@lwn.net>
1 parent 7720357 commit 798eb4c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Documentation/devicetree/usage-model.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This article describes how Linux uses the device tree. An overview of
1212
the device tree data format can be found on the device tree usage page
1313
at devicetree.org\ [1]_.
1414

15-
.. [1] https://elinux.org/Device_Tree_Usage
15+
.. [1] https://www.devicetree.org/specifications/
1616
1717
The "Open Firmware Device Tree", or simply Device Tree (DT), is a data
1818
structure and language for describing hardware. More specifically, it

Documentation/translations/zh_CN/arm/Booting

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ bootloader 必须传递一个系统内存的位置和最小值,以及根文件
124124

125125
bootloader 必须以 64bit 地址对齐的形式加载一个设备树映像(dtb)到系统
126126
RAM 中,并用启动数据初始化它。dtb 格式在文档
127-
Documentation/devicetree/booting-without-of.rst 中。内核将会在
127+
https://www.devicetree.org/specifications/ 中。内核将会在
128128
dtb 物理地址处查找 dtb 魔数值(0xd00dfeed),以确定 dtb 是否已经代替
129129
标签列表被传递进来。
130130

0 commit comments

Comments
 (0)