summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-toradex_2022.07.bb
diff options
context:
space:
mode:
authorHiago De Franco <hiago.franco@toradex.com>2023-11-23 13:04:37 -0300
committerMax Krummenacher <max.krummenacher@toradex.com>2023-11-29 17:07:19 +0100
commit8a28f12b199e8d6e107006c9849340ce55d0e339 (patch)
tree5696ad79a3b807173d93597c108d09a1e175086f /recipes-bsp/u-boot/u-boot-toradex_2022.07.bb
parentfbeecd605a469cb9fb1db8bab486c42bf623b529 (diff)
u-boot-toradex: Backport patch to fix Colibri iMX7S U-Boot error
The following error was spotted during the boot of Colibri iMX7S on Tezi 6: ``` U-Boot 2022.07-6.4.0-devel+git.e092e3250270 (Jul 11 2022 - 13:42:58 +0000) CPU: Freescale i.MX7S rev1.2 800 MHz (running at 792 MHz) CPU: Extended Commercial temperature grade (-20C to 105C) at 29C Reset cause: POR DRAM: initcall sequence 8786b820 failed at call 87818e09 (err=-3) \### ERROR ### Please RESET the board ### ``` This patch solves this issue by calling fdt_increase_size() on colibri_imx7.c file. Related-to: TEI-1138 Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> (cherry picked from commit 30484414981f3652caf43a0a71b3922e269a643b)
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-toradex_2022.07.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex_2022.07.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex_2022.07.bb b/recipes-bsp/u-boot/u-boot-toradex_2022.07.bb
index 33cddc5..313dc7b 100644
--- a/recipes-bsp/u-boot/u-boot-toradex_2022.07.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex_2022.07.bb
@@ -27,4 +27,5 @@ TDX_PATCHES = " \
file://0001-arm-dts-Makefile-Prevent-build-errors-from-other-imx.patch \
file://0001-apalis-colibri-imx6-imx6ull-imx7-defconfig-Enable-fa.patch \
file://0002-board-apalis-colibri-imx6-imx6ull-imx7-Add-fastboot-.patch \
+ file://0001-colibri-imx7-Call-fdt_increase_size.patch \
"