doc: Fix fw_payload.md
authorHoa Nguyen <hn@hnpl.org>
Sun, 24 Sep 2023 21:48:23 +0000 (14:48 -0700)
committerAnup Patel <anup@brainfault.org>
Fri, 6 Oct 2023 04:37:48 +0000 (10:07 +0530)
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>
docs/firmware/fw_payload.md

index 3d50ddcd6f75108ae3bd1364b32258de5cad601a..113604a8b11e15f50dbbb7285f64b418385911cd 100644 (file)
@@ -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