Re: [PATCH 1/5] image: fit: allow IH_OS_OPENSBI in fit_image_load()
Simon Glass <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <CAFLszTgfOqJs279mnPNN8xUBwxs3Qy39NHzbpe1ajEEsB9rMng__47717.8693561413$1786135504$gmane$org@mail.gmail.com> |
On 2026-08-07T08:06:41, Nikita Shubin <[email protected]> wrote: > image: fit: allow IH_OS_OPENSBI in fit_image_load() > > Add IH_OS_OPENSBI to the list of supported OS types in the os_ok check > so that FIT images containing an OpenSBI firmware can be loaded without > error. Otherwise loading OpenSBI in full FIT Image is not possible. > > Signed-off-by: Nikita Shubin <[email protected]> > > boot/image-fit.c | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Simon Glass <[email protected]>