mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-05-30 12:30:02 +00:00
linux-raspberrypi: Add defconfig for raspberrypi3-64
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -18,6 +18,7 @@ PV = "${LINUX_VERSION}+git${SRCPV}"
|
|||||||
# NOTE: For now we pull in the default config from the RPi kernel GIT tree.
|
# NOTE: For now we pull in the default config from the RPi kernel GIT tree.
|
||||||
KERNEL_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig"
|
KERNEL_DEFCONFIG_raspberrypi ?= "bcmrpi_defconfig"
|
||||||
KERNEL_DEFCONFIG_raspberrypi2 ?= "bcm2709_defconfig"
|
KERNEL_DEFCONFIG_raspberrypi2 ?= "bcm2709_defconfig"
|
||||||
|
KERNEL_DEFCONFIG_raspberrypi3-64 ?= "bcmrpi3_defconfig"
|
||||||
|
|
||||||
# CMDLINE for raspberrypi
|
# CMDLINE for raspberrypi
|
||||||
CMDLINE = "dwc_otg.lpm_enable=0 console=serial0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait"
|
CMDLINE = "dwc_otg.lpm_enable=0 console=serial0,115200 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait"
|
||||||
|
|||||||
Reference in New Issue
Block a user