vbe: Allow VBE to load FITs on any architecture
authorSimon Glass <sjg@chromium.org>
Thu, 16 Jan 2025 01:27:12 +0000 (18:27 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 22 Jan 2025 15:47:49 +0000 (09:47 -0600)
commit91f27b5b0735e6ef18902af12f74d8f357e6dc42
tree44f13d91e5c1c547c1477f580264f483d2396e23
parent0148c14e04e8ac8855a1dfc7aeeef325ca2d9146
vbe: Allow VBE to load FITs on any architecture

At present the VBE implementation is limited to sandbox only. Adjust the
call to fit_image_load() to remove this limitation.

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