summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/linux/linux-raspberrypi.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi.inc b/recipes-kernel/linux/linux-raspberrypi.inc
index 19ebefb..cf61cce 100644
--- a/recipes-kernel/linux/linux-raspberrypi.inc
+++ b/recipes-kernel/linux/linux-raspberrypi.inc
@@ -18,6 +18,7 @@ PV = "${LINUX_VERSION}+git${SRCPV}"
18# NOTE: For now we pull in the default config from the RPi kernel GIT tree. 18# NOTE: For now we pull in the default config from the RPi kernel GIT tree.
19KERNEL_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig" 19KERNEL_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig"
20KERNEL_DEFCONFIG_raspberrypi2 ?= "bcm2709_defconfig" 20KERNEL_DEFCONFIG_raspberrypi2 ?= "bcm2709_defconfig"
21KERNEL_DEFCONFIG_raspberrypi3-64 ?= "bcmrpi3_defconfig"
21 22
22# CMDLINE for raspberrypi 23# CMDLINE for raspberrypi
23CMDLINE = "dwc_otg.lpm_enable=0 console=serial0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait" 24CMDLINE = "dwc_otg.lpm_enable=0 console=serial0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait"