mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-05 13:14:45 +02:00
linux-raspberrypi.inc: Change defconfig for RPi3 64 bits
Some checks are pending
Mirrors / Yocto Git Mirror (push) Waiting to run
Some checks are pending
Mirrors / Yocto Git Mirror (push) Waiting to run
Switch to bcm2711_defconfig for RPi3 64 bits as per https://github.com/raspberrypi/linux/pull/6688 Signed-off-by: Florin Sarbu <florin@balena.io>
This commit is contained in:
parent
8d57f35e44
commit
c300562cf8
|
@ -28,7 +28,7 @@ KBUILD_DEFCONFIG:raspberrypi ?= "bcmrpi_defconfig"
|
||||||
KBUILD_DEFCONFIG:raspberrypi-cm3 ?= "bcm2709_defconfig"
|
KBUILD_DEFCONFIG:raspberrypi-cm3 ?= "bcm2709_defconfig"
|
||||||
KBUILD_DEFCONFIG:raspberrypi2 ?= "bcm2709_defconfig"
|
KBUILD_DEFCONFIG:raspberrypi2 ?= "bcm2709_defconfig"
|
||||||
KBUILD_DEFCONFIG:raspberrypi3 ?= "bcm2709_defconfig"
|
KBUILD_DEFCONFIG:raspberrypi3 ?= "bcm2709_defconfig"
|
||||||
KBUILD_DEFCONFIG:raspberrypi3-64 ?= "bcmrpi3_defconfig"
|
KBUILD_DEFCONFIG:raspberrypi3-64 ?= "bcm2711_defconfig"
|
||||||
KBUILD_DEFCONFIG:raspberrypi4 ?= "bcm2711_defconfig"
|
KBUILD_DEFCONFIG:raspberrypi4 ?= "bcm2711_defconfig"
|
||||||
KBUILD_DEFCONFIG:raspberrypi4-64 ?= "bcm2711_defconfig"
|
KBUILD_DEFCONFIG:raspberrypi4-64 ?= "bcm2711_defconfig"
|
||||||
KBUILD_DEFCONFIG:raspberrypi-armv7 ?= "bcm2711_defconfig"
|
KBUILD_DEFCONFIG:raspberrypi-armv7 ?= "bcm2711_defconfig"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user