
6 Nov
2023
6 Nov
'23
6:25 p.m.
Hi Tom,
On Sun, 5 Nov 2023 at 14:20, Tom Rini trini@konsulko.com wrote:
On Sun, Nov 05, 2023 at 01:03:52PM -0700, Simon Glass wrote:
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
How are we getting in to this case exactly?
By using a compressed ARM64 image, e.g. Image.gz
Regards, Simon