ANDROID: ARM: Use zImage instead of Image

Nothing seems to support booting uncompressed ARM 32-bit kernels, and
everything supports zImage, so change the default on 32-bit to zImage.

More information about this:
http://www.simtec.co.uk/products/SWLINUX/files/booting_article.html

Bug: 165410044
Test: booted zImage on cuttlefish
Change-Id: I130d38737643dc092900e57e117ac268f6a9bd07
Signed-off-by: Alistair Delva <adelva@google.com>
This commit is contained in:
Alistair Delva
2020-11-12 20:43:25 -08:00
parent 927f7e63fc
commit 523c132fd6

View File

@@ -4,12 +4,12 @@ CROSS_COMPILE=arm-linux-gnueabi-
LINUX_GCC_CROSS_COMPILE_PREBUILTS_BIN=prebuilts/gas/linux-x86 LINUX_GCC_CROSS_COMPILE_PREBUILTS_BIN=prebuilts/gas/linux-x86
MAKE_GOALS=" MAKE_GOALS="
Image zImage
modules modules
" "
FILES=" FILES="
arch/arm/boot/Image arch/arm/boot/zImage
vmlinux vmlinux
System.map System.map
" "