vbe: Allow loading loadables if there is no firmware
authorSimon Glass <sjg@chromium.org>
Thu, 16 Jan 2025 01:27:15 +0000 (18:27 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 22 Jan 2025 15:47:50 +0000 (09:47 -0600)
commit42fb767da4439e52282fb3f84046b25131573f82
tree3a34fe87c2281600d527b2568174e141fd416955
parent36d6c89950e560094f8b21d773be44409077ea59
vbe: Allow loading loadables if there is no firmware

In some cases only the 'loadable' property is present in the FIT.
Handle this by loading the first such image.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/vbe_common.c