diff options
author | 2012-07-10 00:24:31 +0300 | |
---|---|---|
committer | 2012-07-10 12:00:31 +0300 | |
commit | 34eef2ea4f5f24630dbb73b386861430167b8431 (patch) | |
tree | fcae3f409c2c0a01864537b1be546516adb109c4 | |
parent | fb72cf86c268064f0a5a7a8cea5749de466c3dd4 (diff) | |
download | meta-raspberrypi-denzil.tar.gz meta-raspberrypi-denzil.tar.bz2 meta-raspberrypi-denzil.zip |
linux-raspberrypi_3.1.9: Fix typodenzil
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-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" KERNEL_DEFCONFIG = "bcmrpi_defconfig" -# CMDLINE fro raspberypi +# CMDLINE for raspberrypi CMDLINE_raspberrypi = "dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait" PARALLEL_MAKEINST = "" |