public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] spl: opensbi: fix typo
@ 2022-08-08 10:24 Nikita Shubin
  2022-08-10  7:23 ` Leo Liang
  0 siblings, 1 reply; 2+ messages in thread
From: Nikita Shubin @ 2022-08-08 10:24 UTC (permalink / raw)
  Cc: Nikita Shubin, u-boot

From: Nikita Shubin <n.shubin@yadro.com>

s/obensbi_info/opensbi_info/

Signed-off-by: Nikita Shubin <n.shubin@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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] spl: opensbi: fix typo
  2022-08-08 10:24 [PATCH] spl: opensbi: fix typo Nikita Shubin
@ 2022-08-10  7:23 ` Leo Liang
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Liang @ 2022-08-10  7:23 UTC (permalink / raw)
  To: Nikita Shubin; +Cc: Nikita Shubin, u-boot

On Mon, Aug 08, 2022 at 01:24:25PM +0300, Nikita Shubin wrote:
> From: Nikita Shubin <n.shubin@yadro.com>
> 
> s/obensbi_info/opensbi_info/
> 
> Signed-off-by: Nikita Shubin <n.shubin@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@andestech.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-10  7:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-08 10:24 [PATCH] spl: opensbi: fix typo Nikita Shubin
2022-08-10  7:23 ` Leo Liang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox