diff options
-rwxr-xr-x | recipes-kernel/linux/linux-raspberrypi_3.1.9.bb | 2 |
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 | ||
23 | KERNEL_DEFCONFIG = "bcmrpi_defconfig" | 23 | KERNEL_DEFCONFIG = "bcmrpi_defconfig" |
24 | 24 | ||
25 | # CMDLINE fro raspberypi | 25 | # CMDLINE for raspberrypi |
26 | CMDLINE_raspberrypi = "dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait" | 26 | CMDLINE_raspberrypi = "dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait" |
27 | 27 | ||
28 | PARALLEL_MAKEINST = "" | 28 | PARALLEL_MAKEINST = "" |