summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-raspberrypi.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc
index 017b7d3..b8afecc 100644
--- a/recipes-kernel/linux/linux-raspberrypi.inc
+++ b/recipes-kernel/linux/linux-raspberrypi.inc
@@ -14,7 +14,7 @@ COMPATIBLE_MACHINE = "raspberrypi"
14PV_append = "+git${SRCREV}" 14PV_append = "+git${SRCREV}"
15 15
16# NOTE: For now we pull in the default config from the RPi kernel GIT tree. 16# NOTE: For now we pull in the default config from the RPi kernel GIT tree.
17KERNEL_DEFCONFIG = "bcmrpi_defconfig" 17KERNEL_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig"
18 18
19# CMDLINE for raspberrypi 19# CMDLINE for raspberrypi
20CMDLINE = "dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait" 20CMDLINE = "dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait"