linux-raspberrypi: Use zImage not uImage as the bootloader is not uBoot ;).

This commit is contained in:
David-John Willis 2012-04-03 22:38:50 +01:00
parent a962507532
commit 4728e85ed1

View File

@ -1,7 +1,7 @@
require linux.inc
DESCRIPTION = "Linux kernel for the OpenPandora handheld"
KERNEL_IMAGETYPE = "uImage"
DESCRIPTION = "Linux kernel for the RaspberryPi board"
KERNEL_IMAGETYPE = "zImage"
COMPATIBLE_MACHINE = "raspberrypi"