summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-02-16 10:46:39 -0800
committerAndrei Gherzan <andrei@gherzan.ro>2017-02-16 20:53:07 +0100
commit8990caf8b7fee03bad2d7644e6b4d570c053041f (patch)
treeaa9c97891f72ceccc6c1a8c836961df50d0a15ea
parentc9cf319f47748b86e4d603ea5e27e9efed52e375 (diff)
downloadmeta-raspberrypi-8990caf8b7fee03bad2d7644e6b4d570c053041f.tar.gz
linux-raspberrypi: Add defconfig for raspberrypi3-64
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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"