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-10-02 16:51:22 -0300
committerMax Krummenacher <max.krummenacher@toradex.com>2023-11-29 16:54:25 +0100
commitf4afa2a5e5b92bfac78483309cb98f9de773d1c5 (patch)
tree68ba88514c6fac6532e6f595c5b45c84673f91d4 /recipes-bsp/u-boot/u-boot-toradex_2022.07.bb
parent163ed7654cea8164767b34818b5d57dec1eadc72 (diff)
u-boot-toradex: Add patch for imx7 variant detection
Add patch to enable variant detection durint boot time. Depending on the board configuration, the variant will be set to "-emmc" or cleared in case it is a NAND device. This patch improves variant detection during system initialization through USB recovery mode. Related-to: TEI-1112 Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> (cherry picked from commit 16e5f73b2b294855fe579e8252b149154bdb7322)
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 82eda2d..af07340 100644
--- a/recipes-bsp/u-boot/u-boot-toradex_2022.07.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex_2022.07.bb
@@ -21,4 +21,5 @@ TDX_PATCHES = " \
file://0001-apalis-colibri_imx6-imx6ull-_imx7-update-env-memory-.patch \
file://0001-configs-colibri-imx7-Fix-bad-block-table-in-flash-co.patch \
file://0001-colibri_imx6-fix-RALAT-and-WALAT-values.patch \
+ file://0001-toradex-colibri_imx7-Enable-nand-emmc-detection-and-.patch \
"