Attention is currently required from: Maximilian Brune.
Felix Singer has posted comments on this change by Maximilian Brune. ( https://review.coreboot.org/c/coreboot/+/83084?usp=email )
Change subject: include/device_tree.h: Fix function name fdt_node_name ......................................................................
Patch Set 1:
(2 comments)
Patchset:
PS1:
Okay but then why doesn't the build fail? This should've resulted in an undefined reference linker e […]
Good question. There is another implementation in src/lib/device_tree.c. Maybe that one is used? I didn't look into the build artifacts.
File src/include/device_tree.h:
https://review.coreboot.org/c/coreboot/+/83084/comment/f278ddd1_d9681eef?usp... : PS1, Line 130: int fdt_next_node_name(const void *blob, uint32_t node_offset, const char **name); The exact same function declaration is here.