diff options
author | Leo Yu-Chi Liang <ycliang@andestech.com> | 2024-12-30 17:44:13 +0800 |
---|---|---|
committer | Anup Patel <anup@brainfault.org> | 2025-01-30 11:15:09 +0530 |
commit | 555055d14534e436073c818e04f4a5f0d3c141dc (patch) | |
tree | 8a7c010a7ef10961418d17363cf33cd0c883d537 | |
parent | 5c7e2c8334325e9e1e2e0541863812146efacb0d (diff) | |
download | opensbi-master.zip opensbi-master.tar.gz opensbi-master.tar.bz2 |
s/hard_id/hartid/
Signed-off-by: Leo Yu-Chi Liang <ycliang@andestech.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
-rw-r--r-- | include/sbi_utils/fdt/fdt_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sbi_utils/fdt/fdt_helper.h b/include/sbi_utils/fdt/fdt_helper.h index 7329b84..6a37d97 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, |