aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHoa Nguyen <hn@hnpl.org>2023-09-24 14:48:23 -0700
committerAnup Patel <anup@brainfault.org>2023-10-06 10:07:48 +0530
commite21901d3175c7f96961b576ee06a1185ed051ec3 (patch)
tree535e162c74ced25f61da68cfe8f68b596c0b6f17
parent6ed125a6027eea0f22b92d96d6fb538446fa94c0 (diff)
downloadopensbi-e21901d3175c7f96961b576ee06a1185ed051ec3.zip
opensbi-e21901d3175c7f96961b576ee06a1185ed051ec3.tar.gz
opensbi-e21901d3175c7f96961b576ee06a1185ed051ec3.tar.bz2
doc: Fix fw_payload.md
The base of .text is defined by `FW_TEXT_START`, not `FW_TEXT_BASE`. Signed-off-by: Hoa Nguyen <hn@hnpl.org> Reviewed-by: Xiang W <wxjstz@126.com> Reviewed-by: Anup Patel <anup@brainfault.org>
-rw-r--r--docs/firmware/fw_payload.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/firmware/fw_payload.md b/docs/firmware/fw_payload.md
index 3d50ddc..113604a 100644
--- a/docs/firmware/fw_payload.md
+++ b/docs/firmware/fw_payload.md
@@ -36,7 +36,7 @@ options. These configuration parameters can be defined using either the top
level `make` command line or the target platform *objects.mk* configuration
file. The parameters currently defined are as follows:
-* **FW_PAYLOAD_OFFSET** - Offset from *FW_TEXT_BASE* where the payload binary
+* **FW_PAYLOAD_OFFSET** - Offset from *FW_TEXT_START* where the payload binary
will be linked in the final *FW_PAYLOAD* firmware binary image. This
configuration parameter is mandatory if *FW_PAYLOAD_ALIGN* is not defined.
Compilation errors will result from an incorrect definition of