summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-toradex_2018.03.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-05-28 13:49:33 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-05-29 20:58:21 +0200
commitec10bdb7b7462ddb4987efc0f4995c89b9090c97 (patch)
treeb939d92804b946caa7dba64f19ceba1333f36f2c /recipes-bsp/u-boot/u-boot-toradex_2018.03.bb
parent05887428474693d5890fa269fddf515cc55fe92c (diff)
u-boot-toradex_2018.03: boot linux on apalis-imx8a0 from sd card
The Apalis iMX8 QM V1.0A are not fused but strapped to boot from SD card. Revert the environment change which makes them boot from eMMC. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-toradex_2018.03.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex_2018.03.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex_2018.03.bb b/recipes-bsp/u-boot/u-boot-toradex_2018.03.bb
index c004a82..e32309a 100644
--- a/recipes-bsp/u-boot/u-boot-toradex_2018.03.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex_2018.03.bb
@@ -7,6 +7,8 @@ inherit pythonnative
PROVIDES += "u-boot"
DEPENDS_append = " python dtc-native"
+SRC_URI_append_apalis-imx8a0 = " file://0001-Revert-apalis-imx8-fused-modules-boot-from-emmc.patch"
+
BOOT_TOOLS = "imx-boot-tools"
UBOOT_NAME_mx6 = "u-boot-${MACHINE}.bin-${UBOOT_CONFIG}"