
16 Apr
2021
16 Apr
'21
2:26 p.m.
On Thu, Apr 01, 2021 at 01:25:30PM -0500, Alexandru Gagniuc wrote:
Consider the following FIT:
images { whipple {}; }; configurations { conf-1 { firmware = "whipple"; }; };
Getting the 'firmware' image with fit_image_load() is not possible, as it doesn't understand 'firmware =' properties. Although one could pass IH_TYPE_FIRMWARE for 'image_type', this needs to be converted to a "firmware" string for FDT lookup -- exactly what this change does.
Signed-off-by: Alexandru Gagniuc mr.nuke.me@gmail.com Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
--
Tom