]> git.dujemihanovic.xyz Git - u-boot.git/commit
arm: imx: Use log_err for errors in read_auth_container
authorSean Anderson <seanga2@gmail.com>
Sat, 14 Oct 2023 20:47:42 +0000 (16:47 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 18 Oct 2023 00:50:52 +0000 (20:50 -0400)
commitd9416cc4498d1aa8635597e74a05063a04ca9b58
treea694c04dc1be5a9b1f223937e5d5358a951dcce5
parent14399638c6146beb1fac411b981659e136efef0e
arm: imx: Use log_err for errors in read_auth_container

To allow for more flexible handling of errors, use log_err instead of
printf.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
arch/arm/mach-imx/parse-container.c