mirror of
https://github.com/Fishwaldo/opensbi.git
synced 2025-06-19 04:42:07 +00:00
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>
This commit is contained in:
parent
6861ee996c
commit
4f2be40102
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ Firmware Configuration and Compilation
|
||||||
All firmware types support the following common compile time configuration
|
All firmware types support the following common compile time configuration
|
||||||
parameters:
|
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.
|
This configuration parameter is mandatory.
|
||||||
* **FW_FDT_PATH** - Path to an external flattened device tree binary file to
|
* **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
|
be embedded in the *.rodata* section of the final firmware. If this option
|
||||||
|
|
Loading…
Add table
Reference in a new issue