forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 ea08eeccae9297f7aabd2ef7f0c2517ac4549acc
kernel/Documentation/translations/zh_CN/arm/Booting
....@@ -1,4 +1,4 @@
1
-Chinese translated version of Documentation/arm/Booting
1
+Chinese translated version of Documentation/arm/booting.rst
22
33 If you have any comment or update to the content, please contact the
44 original document maintainer directly. However, if you have a problem
....@@ -9,7 +9,7 @@
99 Maintainer: Russell King <linux@arm.linux.org.uk>
1010 Chinese maintainer: Fu Wei <tekkamanninja@gmail.com>
1111 ---------------------------------------------------------------------
12
-Documentation/arm/Booting 的中文翻译
12
+Documentation/arm/booting.rst 的中文翻译
1313
1414 如果想评论或更新本文的内容,请直接联系原文档的维护者。如果你使用英文
1515 交流有困难的话,也可以向中文版维护者求助。如果本翻译更新不及时或者翻
....@@ -124,7 +124,7 @@
124124
125125 bootloader 必须以 64bit 地址对齐的形式加载一个设备树映像(dtb)到系统
126126 RAM 中,并用启动数据初始化它。dtb 格式在文档
127
-Documentation/devicetree/booting-without-of.txt 中。内核将会在
127
+Documentation/devicetree/booting-without-of.rst 中。内核将会在
128128 dtb 物理地址处查找 dtb 魔数值(0xd00dfeed),以确定 dtb 是否已经代替
129129 标签列表被传递进来。
130130