summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorPhilippe Schenker <philippe.schenker@toradex.com>2019-09-25 17:03:27 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2019-09-25 17:03:27 +0200
commit0ec6cb490fdffa6144db9a08c2f585aa065fb2de (patch)
treefa500d3e465f5a39d4cb2c4b8fa93ba73e6db963 /recipes-bsp/u-boot
parent26ea71d54e27fd89e91eeed76ef214f8527765fb (diff)
Add initial support for Apalis-iMX8X
Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-fw-utils_2019.07.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-fw-utils_2019.07.bb b/recipes-bsp/u-boot/u-boot-toradex-fw-utils_2019.07.bb
index 3f036c1..a1e1290 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-fw-utils_2019.07.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex-fw-utils_2019.07.bb
@@ -53,6 +53,10 @@ do_install_append_apalis-imx8() {
install_unlock_emmc
}
+do_install_append_apalis-imx8x() {
+ install_unlock_emmc
+}
+
do_install_append_colibri-imx8x() {
install_unlock_emmc
}