diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-02-16 10:46:39 -0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2017-02-16 20:53:07 +0100 |
commit | 8990caf8b7fee03bad2d7644e6b4d570c053041f (patch) | |
tree | aa9c97891f72ceccc6c1a8c836961df50d0a15ea | |
parent | c9cf319f47748b86e4d603ea5e27e9efed52e375 (diff) | |
download | meta-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.inc | 1 |
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. |
19 | KERNEL_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig" | 19 | KERNEL_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig" |
20 | KERNEL_DEFCONFIG_raspberrypi2 ?= "bcm2709_defconfig" | 20 | KERNEL_DEFCONFIG_raspberrypi2 ?= "bcm2709_defconfig" |
21 | KERNEL_DEFCONFIG_raspberrypi3-64 ?= "bcmrpi3_defconfig" | ||
21 | 22 | ||
22 | # CMDLINE for raspberrypi | 23 | # CMDLINE for raspberrypi |
23 | CMDLINE = "dwc_otg.lpm_enable=0 console=serial0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait" | 24 | CMDLINE = "dwc_otg.lpm_enable=0 console=serial0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait" |