]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit0d829773087ec2f938d422cda9def9bc891b5640
tree1201e640dcd7b0b55d0e4809707fa87c3f7ff911
parent1e846d6e60ab4ef97a455f63487de90e90bc5f99
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