[PATCH] spl: opensbi: fix typo
Leo Liang
ycliang at andestech.com
Wed Aug 10 09:23:26 CEST 2022
On Mon, Aug 08, 2022 at 01:24:25PM +0300, Nikita Shubin wrote:
> From: Nikita Shubin <n.shubin at yadro.com>
>
> s/obensbi_info/opensbi_info/
>
> Signed-off-by: Nikita Shubin <n.shubin at yadro.com>
> ---
> common/spl/spl_opensbi.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/common/spl/spl_opensbi.c b/common/spl/spl_opensbi.c
> index 1c0abf8553..7fe0b5e158 100644
> --- a/common/spl/spl_opensbi.c
> +++ b/common/spl/spl_opensbi.c
> @@ -66,7 +66,7 @@ void spl_invoke_opensbi(struct spl_image_info *spl_image)
> if (ret)
> ret = fit_image_get_load(spl_image->fdt_addr, uboot_node, &uboot_entry);
>
> - /* Prepare obensbi_info object */
> + /* Prepare opensbi_info object */
> opensbi_info.magic = FW_DYNAMIC_INFO_MAGIC_VALUE;
> opensbi_info.version = FW_DYNAMIC_INFO_VERSION;
> opensbi_info.next_addr = uboot_entry;
> --
> 2.35.1
>
Reviewed-by: Leo Yu-Chi Liang <ycliang at andestech.com>
More information about the U-Boot
mailing list