From: Nikita Shubin Date: Mon, 8 Aug 2022 10:24:25 +0000 (+0300) Subject: spl: opensbi: fix typo X-Git-Url: http://git.dujemihanovic.xyz/html/static/git-logo.png?a=commitdiff_plain;h=48da0ca16eb3f31f54373e126eb63e18eb4d828f;p=u-boot.git spl: opensbi: fix typo s/obensbi_info/opensbi_info/ Signed-off-by: Nikita Shubin Reviewed-by: Leo Yu-Chi Liang --- 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;