[PATCH] doc: Fix fw_payload.md

Xiang W wxjstz at 126.com
Sun Sep 24 19:03:57 PDT 2023


在 2023-09-24星期日的 14:48 -0700,Hoa Nguyen写道:
> The base of .text is defined by `FW_TEXT_START`, not `FW_TEXT_BASE`.
> 
> Signed-off-by: Hoa Nguyen <hn at hnpl.org>
LGTM

Reviewed-by: Xiang W <wxjstz at 126.com>
> ---
>  docs/firmware/fw_payload.md | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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
> -- 
> 2.25.1
> 
> 




More information about the opensbi mailing list