]> git.dujemihanovic.xyz Git - u-boot.git/commit
dm: core: ofnode: Fix error message in ofnode_read_bootscript_address/flash()
authorMichal Simek <michal.simek@amd.com>
Mon, 11 Sep 2023 13:30:01 +0000 (15:30 +0200)
committerMichal Simek <michal.simek@amd.com>
Thu, 21 Sep 2023 11:20:11 +0000 (13:20 +0200)
commita5d2721bb2697306c7534e6c9f7c84c6bdc6a4d1
treed6349e7daced0b69b30f0b37b8a31260ee3bae9b
parente31d707d8b591973560cb656d152a154993b1d74
dm: core: ofnode: Fix error message in ofnode_read_bootscript_address/flash()

Missing u-boot node shouldn't be visible in bootlog without debug enabled
that's why change message from printf to debug.

Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/ff62e980237ab271cf05facfbc306e85914a8c6e.1694438999.git.michal.simek@amd.com
drivers/core/ofnode.c