[PATCH 1/1] fdt: fdt_helper: fix typo har't'id

Leo Yu-Chi Liang ycliang at andestech.com
Mon Dec 30 01:44:13 PST 2024


s/hard_id/hartid/

Signed-off-by: Leo Yu-Chi Liang <ycliang at andestech.com>
---
 include/sbi_utils/fdt/fdt_helper.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/sbi_utils/fdt/fdt_helper.h b/include/sbi_utils/fdt/fdt_helper.h
index 7329b84c..6a37d971 100644
--- a/include/sbi_utils/fdt/fdt_helper.h
+++ b/include/sbi_utils/fdt/fdt_helper.h
@@ -59,7 +59,7 @@ int fdt_parse_max_enabled_hart_id(const void *fdt, u32 *max_hartid);
 
 int fdt_parse_timebase_frequency(const void *fdt, unsigned long *freq);
 
-int fdt_parse_isa_extensions(const void *fdt, unsigned int hard_id,
+int fdt_parse_isa_extensions(const void *fdt, unsigned int hartid,
 			     unsigned long *extensions);
 
 int fdt_parse_gaisler_uart_node(const void *fdt, int nodeoffset,
-- 
2.34.1




More information about the opensbi mailing list