On Mon, 15 Mar 2021 at 18:12, Simon Glass <s...@chromium.org> wrote: > > Sandbox is special in that it is used for testing and it does not match > any particular target architecture. Allow it to load an image from any > architecture, so that 'bootm' can be used as needed. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > common/image-fit.c | 4 ++++ > include/image.h | 5 +++++ > 2 files changed, 9 insertions(+)
Applied to u-boot-dm/next