mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-28 23:23:30 +08:00
spl: fit: Do not print selected dtb during fit load
No prints should be allowed during UART load. Reviewed-by: Tom Rini <trini@konsulko.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
This commit is contained in:
parent
8bd8877279
commit
cfe32a4be2
@ -67,9 +67,7 @@ static int spl_fit_select_fdt(const void *fdt, int images, int *fdt_offsetp)
|
||||
|
||||
*fdt_offsetp = fdt_getprop_u32(fdt, fdt_node, "data-offset");
|
||||
len = fdt_getprop_u32(fdt, fdt_node, "data-size");
|
||||
#ifdef CONFIG_SPL_LIBCOMMON_SUPPORT
|
||||
printf("FIT: Selected '%s'\n", name);
|
||||
#endif
|
||||
debug("FIT: Selected '%s'\n", name);
|
||||
|
||||
return len;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user