commit | bb07cdb19194bd141f7c3c631eddd4bfaf651e4d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 19 07:43:33 2023 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Dec 15 09:41:38 2023 -0500 |
tree | 479a1f62e862fc221194620f2da07c829b5be8db | |
parent | 30ad6366c0eef6dd7d8753e2d58d0bb5fe944a3a [diff] |
bootm: Move arm64-image processing later If the image is compressed, then the existing check fails, since the header is wrong. Move the check later in the boot process, after the kernel is decompressed. This allows use of bootm with compressed kernels, while still permitting an uncompressed kernel to be used. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>