diff --git a/scripts/image b/scripts/image index 255a61c6cd..0b125a474c 100755 --- a/scripts/image +++ b/scripts/image @@ -175,7 +175,7 @@ fi if [ "$BOOTLOADER" = "u-boot" ]; then KERNEL_IMAGE="uImage" elif [ "$BOOTLOADER" = "bcm2835-bootloader" ]; then - KERNEL_IMAGE="Image" + KERNEL_IMAGE="zImage" else KERNEL_IMAGE="bzImage" fi