mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 15:56:57 +00:00
u-boot: Fix booting raspberrypi CM3 module
With stock u-boot v2020.01 which we use from poky CM3 module won't boot. We need to apply this patch in order to have platform again working. Add it only for cm3 to not break anything else. Signed-off-by: Marek Belisko <marek.belisko@open-nandra.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
6ca9b2f9f7
commit
a8085558b5
@@ -4,6 +4,9 @@ SRC_URI_append_rpi = " \
|
||||
file://fw_env.config \
|
||||
"
|
||||
|
||||
# special fix for raspberrypi-cm3
|
||||
SRC_URI_append_raspberrypi-cm3 = " file://0001-dm-core-Move-ofdata_to_platdata-call-earlier.patch"
|
||||
|
||||
DEPENDS_append_rpi = " u-boot-default-script"
|
||||
|
||||
do_install_append_rpi () {
|
||||
|
||||
Reference in New Issue
Block a user