summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYangjie Zhang <pyjmstr@gmail.com>2022-10-20 17:41:08 +0300
committerAnup Patel <anup@brainfault.org>2022-10-23 08:19:39 +0300
commit51acd4956aebe7c338eb456c1a380df164895749 (patch)
tree73a80b215f3a2789b7387c269aee9616b9334722 /docs
parent0fee0bf826b86ceb05b04d82ddaa0d6eaf6713ba (diff)
downloadopensbi-51acd4956aebe7c338eb456c1a380df164895749.tar.xz
docs/firmware: update the document
Since commit 9c07c513aa9b ("firmware:Remove FW_PAYLOAD_FDT_PATH compile-time option"), the section where FDT would be embedded in has changed from *.text* to *.rodata*, but some places in fw_payload.md and fw.md are still *.text*. This patch updates the document. Signed-off-by: Yangjie Zhang <pyjmstr@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Anup Patel <anup@brainfault.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/firmware/fw.md2
-rw-r--r--docs/firmware/fw_payload.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/firmware/fw.md b/docs/firmware/fw.md
index 5a67848..18faaa9 100644
--- a/docs/firmware/fw.md
+++ b/docs/firmware/fw.md
@@ -53,7 +53,7 @@ the booting stage to follow OpenSBI firmware.
A *FW_PAYLOAD* firmware is also useful for cases where the booting stage prior
to OpenSBI firmware does not pass a *flattened device tree (FDT file)*. In such
case, a *FW_PAYLOAD* firmware allows embedding a flattened device tree in the
-.text section of the final firmware.
+.rodata section of the final firmware.
Firmware Configuration and Compilation
--------------------------------------
diff --git a/docs/firmware/fw_payload.md b/docs/firmware/fw_payload.md
index 3bb918f..3d50ddc 100644
--- a/docs/firmware/fw_payload.md
+++ b/docs/firmware/fw_payload.md
@@ -12,7 +12,7 @@ firmware and the booting stage to follow OpenSBI firmware.
A *FW_PAYLOAD* firmware is also useful for cases where the booting stage prior
to the OpenSBI firmware does not pass a *flattened device tree (FDT file)*. In
such a case, a *FW_PAYLOAD* firmware allows embedding a flattened device tree
-in the .text section of the final firmware.
+in the .rodata section of the final firmware.
Enabling *FW_PAYLOAD* compilation
---------------------------------