mkimage: fit: do not ignore fdt_setprop return code
authorQuentin Schulz <quentin.schulz@cherry.de>
Tue, 23 Sep 2025 10:27:21 +0000 (12:27 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 10 Oct 2025 19:28:36 +0000 (13:28 -0600)
commitabab733fc24158f0195967e5b6fc69a0de4658a3
treea3326a056e933bf9f6af0ce392d2a25fc86e0790
parent6209ce58c3711a5ccdcd080651e604ba8fd3a067
mkimage: fit: do not ignore fdt_setprop return code

All explicit calls to fdt_setprop* in tools/ are checked except those
three. Let's add a check for the return code of fdt_setprop_u32() calls.

Signed-off-by: Quentin Schulz <quentin.schulz@cherry.de>
tools/fit_image.c