sandbox: show error if the device-tree cannot be loaded
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 4 Apr 2022 20:45:04 +0000 (22:45 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 28 Jun 2022 02:09:51 +0000 (03:09 +0100)
commit66995164ddbedd3449673052a10fc35917bf3d78
tree1201e640dcd7b0b55d0e4809707fa87c3f7ff911
parent7750ee45a62c7834f170f817232e432b8d2a14d3
sandbox: show error if the device-tree cannot be loaded

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@canonical.com>
arch/sandbox/cpu/cpu.c