public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Leo Liang <ycliang@andestech.com>
To: Nikita Shubin <nikita.shubin@maquefel.me>
Cc: Nikita Shubin <n.shubin@yadro.com>, <u-boot@lists.denx.de>
Subject: Re: [PATCH] spl: opensbi: fix typo
Date: Wed, 10 Aug 2022 07:23:26 +0000	[thread overview]
Message-ID: <YvNc7mA+leM2N5/9@ubuntu01> (raw)
In-Reply-To: <20220808102425.6596-1-nikita.shubin@maquefel.me>

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>

      reply	other threads:[~2022-08-10  7:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-08 10:24 [PATCH] spl: opensbi: fix typo Nikita Shubin
2022-08-10  7:23 ` Leo Liang [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YvNc7mA+leM2N5/9@ubuntu01 \
    --to=ycliang@andestech.com \
    --cc=n.shubin@yadro.com \
    --cc=nikita.shubin@maquefel.me \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox