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:
Marek Belisko
2020-10-15 13:39:24 +02:00
committed by Andrei Gherzan
parent 6ca9b2f9f7
commit a8085558b5
2 changed files with 54 additions and 0 deletions
+3
View File
@@ -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 () {