summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShengyu Qu <wiagn233@outlook.com>2023-02-15 21:26:28 +0300
committerAnup Patel <anup@brainfault.org>2023-02-27 08:24:42 +0300
commit4f2be401025d7f5095dd2a4d2acad0fa60ef15e0 (patch)
tree62a623611d9fafd85cc5f4ad27859dc8f87a4baf
parent6861ee996ce5b1f2017ca7a9b0342f9cd9462917 (diff)
downloadopensbi-4f2be401025d7f5095dd2a4d2acad0fa60ef15e0.tar.xz
docs: fix typo in fw.md
In docs/firmware/fw.md, there's a configuration parameter called FW_TEXT_ADDR, which actually should be FW_TEXT_START, so fix it. Signed-off-by: Shengyu Qu <wiagn233@outlook.com> Reviewed-by: Xiang W <wxjstz@126.com> Reviewed-by: Anup Patel <anup@brainfault.org>
-rw-r--r--docs/firmware/fw.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/firmware/fw.md b/docs/firmware/fw.md
index 18faaa9..38351c8 100644
--- a/docs/firmware/fw.md
+++ b/docs/firmware/fw.md
@@ -61,7 +61,7 @@ Firmware Configuration and Compilation
All firmware types support the following common compile time configuration
parameters:
-* **FW_TEXT_ADDR** - Defines the execution address of the OpenSBI firmware.
+* **FW_TEXT_START** - Defines the execution address of the OpenSBI firmware.
This configuration parameter is mandatory.
* **FW_FDT_PATH** - Path to an external flattened device tree binary file to
be embedded in the *.rodata* section of the final firmware. If this option