summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 86fd1b8..e089f4f 100755
--- a/conf/machine/raspberrypi.conf
+++ b/conf/machine/raspberrypi.conf
@@ -9,7 +9,7 @@ require conf/machine/include/tune-arm1176jzf-s.inc
9 9
10GUI_MACHINE_CLASS = "bigscreen" 10GUI_MACHINE_CLASS = "bigscreen"
11 11
12IMAGE_FSTYPES += "tar.bz2 rpi-sdimg" 12IMAGE_FSTYPES += "tar.bz2 ext3 rpi-sdimg"
13 13
14SERIAL_CONSOLE = "115200 ttyAMA0" 14SERIAL_CONSOLE = "115200 ttyAMA0"
15 15