Home
last modified time | relevance | path

Searched refs:chosen_node (Results 1 – 1 of 1) sorted by relevance

/DragonStub/apps/
H A Driscv-stub.c15 int chosen_node, len; in get_boot_hartid_from_fdt() local
25 chosen_node = fdt_path_offset(fdt, "/chosen"); in get_boot_hartid_from_fdt()
26 if (chosen_node < 0) { in get_boot_hartid_from_fdt()
31 prop = fdt_getprop((void *)fdt, chosen_node, "boot-hartid", &len); in get_boot_hartid_from_fdt()