raspberrypi.conf: Use Image as as kernel fstype

It's a bug in the latest bootloader where rpi doesn't boot
with zImage. Use uncompressed kernel type.

Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
This commit is contained in:
Andrei Gherzan 2012-07-05 23:41:56 +03:00
parent b9b0c009c8
commit 41afde0961

View File

@ -27,7 +27,7 @@ XSERVER = " \
xf86-video-fbdev \ xf86-video-fbdev \
" "
KERNEL_IMAGETYPE = "zImage" KERNEL_IMAGETYPE = "Image"
MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio"