Skip to content

Commit 9e12ad9

Browse files
floionkraj
authored andcommitted
linux-raspberrypi.inc: Change defconfig for RPi3 64 bits
Switch to bcm2711_defconfig for RPi3 64 bits as per raspberrypi/linux#6688 Signed-off-by: Florin Sarbu <florin@balena.io>
1 parent ac5e8d6 commit 9e12ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes-kernel/linux/linux-raspberrypi.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ KBUILD_DEFCONFIG:raspberrypi ?= "bcmrpi_defconfig"
2424
KBUILD_DEFCONFIG:raspberrypi-cm3 ?= "bcm2709_defconfig"
2525
KBUILD_DEFCONFIG:raspberrypi2 ?= "bcm2709_defconfig"
2626
KBUILD_DEFCONFIG:raspberrypi3 ?= "bcm2709_defconfig"
27-
KBUILD_DEFCONFIG:raspberrypi3-64 ?= "bcmrpi3_defconfig"
27+
KBUILD_DEFCONFIG:raspberrypi3-64 ?= "bcm2711_defconfig"
2828
KBUILD_DEFCONFIG:raspberrypi4 ?= "bcm2711_defconfig"
2929
KBUILD_DEFCONFIG:raspberrypi4-64 ?= "bcm2711_defconfig"
3030
KBUILD_DEFCONFIG:raspberrypi-armv7 ?= "bcm2711_defconfig"

0 commit comments

Comments
 (0)