mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-04 20:54:46 +02:00
Moving bcm2712d0.dtbo into rpi-base.inc
Some checks failed
Mirrors / Yocto Git Mirror (push) Has been cancelled
Some checks failed
Mirrors / Yocto Git Mirror (push) Has been cancelled
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:
parent
3b27c95c16
commit
1467f18a49
|
@ -78,6 +78,7 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \
|
|||
overlays/w1-gpio.dtbo \
|
||||
overlays/w1-gpio-pullup.dtbo \
|
||||
overlays/wm8960-soundcard.dtbo \
|
||||
overlays/bcm2712d0.dtbo \
|
||||
"
|
||||
|
||||
RPI_KERNEL_DEVICETREE ?= " \
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user