mirror of
https://xff.cz/git/u-boot/
synced 2025-09-09 12:42:08 +02:00
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>