summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-07-05 23:41:56 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-07-05 23:42:11 +0300
commit41afde0961f3adadb742c39655cc4ea60cd7ee46 (patch)
treefe69535cb577aee7153514698167f79e426b10a8
parentb9b0c009c873758eacb9683575c863cf55cc638a (diff)
downloadmeta-raspberrypi-41afde0961f3adadb742c39655cc4ea60cd7ee46.tar.gz
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>
-rwxr-xr-xconf/machine/raspberrypi.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf
index b45ee66..932563f 100755
--- a/conf/machine/raspberrypi.conf
+++ b/conf/machine/raspberrypi.conf
@@ -27,7 +27,7 @@ XSERVER = " \
27 xf86-video-fbdev \ 27 xf86-video-fbdev \
28" 28"
29 29
30KERNEL_IMAGETYPE = "zImage" 30KERNEL_IMAGETYPE = "Image"
31 31
32MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" 32MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio"
33 33