lib: Rename fdt_print() to fdt_print_path()

Rename the function to better indicate that it prints from a specific path
in the device tree.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-developed-by: Claude <noreply@anthropic.com>
This commit is contained in:
Simon Glass
2025-08-26 14:58:29 -06:00
parent dd6f8cfbcb
commit c70aa53c2a
3 changed files with 4 additions and 4 deletions

View File

@@ -113,7 +113,7 @@ static void print_data(const void *data, int len)
* Recursively print (a portion of) the working_fdt. The depth parameter
* determines how deeply nested the fdt is printed.
*/
int fdt_print(const char *pathp, char *prop, int depth)
int fdt_print_path(const char *pathp, char *prop, int depth)
{
static char tabs[MAX_LEVEL+1] =
"\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t"