mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-29 06:31:28 +01:00
binman: Print a debug message when binman selects a node
Add some debugging to indicate which node the binman library is looking at. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
3306eeca89
commit
5e6c9029cd
@ -145,6 +145,8 @@ int binman_init(void)
|
|||||||
if (ret)
|
if (ret)
|
||||||
return log_msg_ret("node", -ENOENT);
|
return log_msg_ret("node", -ENOENT);
|
||||||
binman_set_rom_offset(ROM_OFFSET_NONE);
|
binman_set_rom_offset(ROM_OFFSET_NONE);
|
||||||
|
log_debug("binman: Selected image node '%s'\n",
|
||||||
|
ofnode_get_name(binman->image));
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user