[PATCH 2/2] sandbox: show error if the device-tree cannot be loaded
Simon Glass
sjg at chromium.org
Tue Jun 28 15:38:07 CEST 2022
U-Boot's printf() used before setting up U-Boot's serial driver does not
create any output. Use os_printf() for error messages related to loading
the device-tree.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
arch/sandbox/cpu/cpu.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list