mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
rpi-base: Fix CM5 boot panic
Some checks are pending
Mirrors / Yocto Git Mirror (push) Waiting to run
Some checks are pending
Mirrors / Yocto Git Mirror (push) Waiting to run
Compute module 5 depends on the bcm2712d0 overlay, and will panic during boot without it. Signed-off-by: Gijs Peskens <gijs.peskens@munisense.com>
This commit is contained in:
parent
51f06365f3
commit
810f1a2395
|
@ -80,6 +80,7 @@ RPI_KERNEL_DEVICETREE_OVERLAYS ?= " \
|
||||||
overlays/w1-gpio.dtbo \
|
overlays/w1-gpio.dtbo \
|
||||||
overlays/w1-gpio-pullup.dtbo \
|
overlays/w1-gpio-pullup.dtbo \
|
||||||
overlays/wm8960-soundcard.dtbo \
|
overlays/wm8960-soundcard.dtbo \
|
||||||
|
overlays/bcm2712d0.dtbo \
|
||||||
"
|
"
|
||||||
|
|
||||||
RPI_KERNEL_DEVICETREE ?= " \
|
RPI_KERNEL_DEVICETREE ?= " \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user