Skip to content

Commit

Permalink
sync rename thead to xuantie
Browse files Browse the repository at this point in the history
Signed-off-by: Han Gao <[email protected]>
Signed-off-by: Han Gao <[email protected]>
  • Loading branch information
RevySR committed Sep 20, 2024
1 parent e6170c2 commit 9de52c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/generic/thead/thead_aon.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ int thead_aon_init()
sbi_printf("fdt addr get %ld\n", (uint64_t)fdt);
}

node = fdt_node_offset_by_compatible(fdt, -1, "thead,th1520-aon");
node = fdt_node_offset_by_compatible(fdt, -1, "xuantie,th1520-aon");
if (node < 0) {
sbi_printf("aon node not found in FDT: %d\n", node);
return SBI_ENODEV;
Expand Down

0 comments on commit 9de52c0

Please sign in to comment.