Skip to content

Commit

Permalink
rpi-base: Remove bcm2712-rpi-5-b.dtb from RPI_KERNEL_DEVICETREE target
Browse files Browse the repository at this point in the history
All bcm2712 are built for arm64 builds alone and rpi-base.inc is included
by 32-bit machine configs as well. Recently, kernel moved thesr dts files
into arch/arm64/boot/dts/broadcom/ folder [1]

[1] raspberrypi/linux@10c77e1

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj authored and agherzan committed Dec 12, 2024
1 parent aea022f commit 57fa41a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion conf/machine/include/rpi-base.inc
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ RPI_KERNEL_DEVICETREE ?= " \
broadcom/bcm2710-rpi-cm3.dtb \
broadcom/bcm2711-rpi-cm4.dtb \
broadcom/bcm2711-rpi-cm4s.dtb \
broadcom/bcm2712-rpi-5-b.dtb \
"

KERNEL_DEVICETREE ??= " \
Expand Down

0 comments on commit 57fa41a

Please sign in to comment.