commit | d254b3e0161365e85f6844803f5d3a0b31d7e3f3 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Jun 13 08:18:27 2023 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Jun 16 06:45:20 2023 +0200 |
tree | 7b5a026c3cc9844fdd55bc806327f8fdc70edd14 | |
parent | 7dfbe44de0ff060b0e67c3520268dc7744654646 [diff] |
bootm: don't call booti_setup for EFI images On the arm64 architecture booti_setup() is called for EFI FIT images. This function call fails because EFI images typically do not have a kernel signature. Check that the operating system property "os" of the image is "linux" before invoking booti_setup(). Fixes: 487b5fa6deb1 ("bootm: Handle kernel_noload on arm64") Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Simon Glass <sjg@chromium.org>