diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-07-05 23:41:56 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-07-05 23:42:11 +0300 |
commit | 41afde0961f3adadb742c39655cc4ea60cd7ee46 (patch) | |
tree | fe69535cb577aee7153514698167f79e426b10a8 | |
parent | b9b0c009c873758eacb9683575c863cf55cc638a (diff) | |
download | meta-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-x | conf/machine/raspberrypi.conf | 2 |
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 | ||
30 | KERNEL_IMAGETYPE = "zImage" | 30 | KERNEL_IMAGETYPE = "Image" |
31 | 31 | ||
32 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" | 32 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost keyboard vfat ext2 screen touchscreen alsa bluetooth wifi sdio" |
33 | 33 | ||