mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-24 18:36:55 +00:00
Moving bcm2712d0.dtbo into rpi-base.inc
Having RPI_KERNEL_DEVICETREE_OVERLAYS:append = " overlays/bcm2712d0.dtbo" in raspberrypi5.conf is not applying when building an 64bit compatible image with raspberrypi-armv8. Thus moving into the rpi-base.inc This fix the boot of this image on Raspberry Pi 5 hw rev 1.1 Signed-off-by: Thomas Roos <throos@amazon.de>
This commit is contained in:
@@ -17,8 +17,6 @@ RPI_KERNEL_DEVICETREE = " \
|
||||
broadcom/bcm2712-rpi-5-b.dtb \
|
||||
"
|
||||
|
||||
RPI_KERNEL_DEVICETREE_OVERLAYS:append = " overlays/bcm2712d0.dtbo"
|
||||
|
||||
SDIMG_KERNELIMAGE ?= "kernel_2712.img"
|
||||
SERIAL_CONSOLES ?= "115200;ttyAMA10"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user