[PATCH] docs: fix typo in fw.md
Anup Patel
anup at brainfault.org
Sun Feb 26 21:26:04 PST 2023
On Wed, Feb 15, 2023 at 11:57 PM Shengyu Qu <wiagn233 at outlook.com> wrote:
>
> 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 at outlook.com>
Looks good to me.
Reviewed-by: Anup Patel <anup at brainfault.org>
Applied this patch to the riscv/opensbi repo.
Thanks,
Anup
> ---
> docs/firmware/fw.md | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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
> --
> 2.25.1
>
>
> --
> opensbi mailing list
> opensbi at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/opensbi
More information about the opensbi
mailing list