commit | db11b56656504a72ac55d9ed364bd684f7cad1e3 | [log] [tgz] |
---|---|---|
author | Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com> | Thu Oct 26 13:50:49 2023 +0100 |
committer | Tom Rini <trini@konsulko.com> | Tue Oct 31 13:08:10 2023 -0400 |
tree | 86489b09a1b9663b05851acae880ac6b5f5c6eb2 | |
parent | 64d93384dbf3f010a87417a1e84c12ff09fe3af2 [diff] |
corstone1000: add compressed kernel support unzip the kernel before executing it The Corstone-1000 kernel has become too large to fit in the available storage. Switching to a compressed kernel avoids the problem, but requires uncompressing it. Changes made are generated using savedefconfig. Signed-off-by: Abdellatif El Khlifi <abdellatif.elkhlifi@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com> Signed-off-by: Rui Miguel Silva <rui.silva@linaro.org>