From: Nikita Shubin Date: Mon, 8 Aug 2022 10:24:25 +0000 (+0300) Subject: spl: opensbi: fix typo X-Git-Tag: baikal/mips/sdk5.8.2~5^2~253^2~1 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=25b473d0fe5816b93c1d9a86c21981ef49570657;p=uboot.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;