summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-07-10 00:24:31 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-07-10 11:57:05 +0300
commit010fee44f3d0c099b7b2f9332fe17d9d139648b9 (patch)
tree8928aa4ae37c2d1dd74b077c3db3cee1b33bd680
parent7b8df5061307dbc7b784a7006796d23fb753843b (diff)
downloadmeta-raspberrypi-010fee44f3d0c099b7b2f9332fe17d9d139648b9.tar.gz
linux-raspberrypi_3.1.9: Fix typo
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rwxr-xr-xrecipes-kernel/linux/linux-raspberrypi_3.1.9.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb b/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb
index d9929dd..f790ef5 100755
--- a/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb
+++ b/recipes-kernel/linux/linux-raspberrypi_3.1.9.bb
@@ -22,7 +22,7 @@ S = "${WORKDIR}/git"
22 22
23KERNEL_DEFCONFIG = "bcmrpi_defconfig" 23KERNEL_DEFCONFIG = "bcmrpi_defconfig"
24 24
25# CMDLINE fro raspberypi 25# CMDLINE for raspberrypi
26CMDLINE_raspberrypi = "dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait" 26CMDLINE_raspberrypi = "dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait"
27 27
28PARALLEL_MAKEINST = "" 28PARALLEL_MAKEINST = ""