summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-07-01 14:29:01 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-07-01 14:29:01 +0300
commit5756b300b97060d0855be4991978ae2312b92859 (patch)
tree4233dc5336642c5ef46a3ef076e7f0a27e904b59
parentea603975e9fd7726cc1012a0899117294740d64e (diff)
downloadmeta-raspberrypi-5756b300b97060d0855be4991978ae2312b92859.tar.gz
raspberrypi.conf: Fix serial console name
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 f3b33bb..86fd1b8 100755
--- a/conf/machine/raspberrypi.conf
+++ b/conf/machine/raspberrypi.conf
@@ -11,7 +11,7 @@ GUI_MACHINE_CLASS = "bigscreen"
11 11
12IMAGE_FSTYPES += "tar.bz2 rpi-sdimg" 12IMAGE_FSTYPES += "tar.bz2 rpi-sdimg"
13 13
14SERIAL_CONSOLE = "115200 ttyS0" 14SERIAL_CONSOLE = "115200 ttyAMA0"
15 15
16PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}" 16PREFERRED_PROVIDER_virtual/kernel = "linux-${MACHINE}"
17MACHINE_KERNEL_PR = "r4" 17MACHINE_KERNEL_PR = "r4"