Re: [PATCH 2/2] sandbox: show error if the device-tree cannot be loaded

2022-06-28 Thread Simon Glass
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 --- arch/sandbox/cpu/cpu.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) Applied

[PATCH 2/2] sandbox: show error if the device-tree cannot be loaded

2022-04-04 Thread Heinrich Schuchardt
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 --- arch/sandbox/cpu/cpu.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff