lib: utils/fdt: rename fdt_parse_max_hart_id
authorJan Remes <jan.remes@codasip.com>
Fri, 13 May 2022 10:58:43 +0000 (12:58 +0200)
committerAnup Patel <anup@brainfault.org>
Sat, 14 May 2022 04:48:12 +0000 (10:18 +0530)
commit1bc67db80cb0a10d8ebbaaf550a79eee2a07158e
treee84254663cd49270fb6916e39644391dd83328c3
parent575bb4e8caa02d8411934c5ca47bcf87e6764133
lib: utils/fdt: rename fdt_parse_max_hart_id

The function returns the highest hart-id of the harts actually used in
the system (enabled). Change the name to reflect this fact.

Signed-off-by: Jan Remes <jan.remes@codasip.com>
Reviewed-by: Anup Patel <anup@brainfault.org>
include/sbi_utils/fdt/fdt_helper.h
lib/utils/fdt/fdt_helper.c