summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-distro-boot/sota/boot.cmd.in
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-distro-boot/sota/boot.cmd.in')
-rw-r--r--recipes-bsp/u-boot/u-boot-distro-boot/sota/boot.cmd.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-distro-boot/sota/boot.cmd.in b/recipes-bsp/u-boot/u-boot-distro-boot/sota/boot.cmd.in
index ca06f1d..19214d8 100644
--- a/recipes-bsp/u-boot/u-boot-distro-boot/sota/boot.cmd.in
+++ b/recipes-bsp/u-boot/u-boot-distro-boot/sota/boot.cmd.in
@@ -26,6 +26,14 @@ fi
run bootcmd_otenv
+if test "${board}" = "apalis-imx8"
+then
+ echo "Loading HDMI firmware..."
+ env set hdp_file hdmitxfw.bin
+ load ${devtype} ${devnum}:1 ${loadaddr} ${hdp_file}
+ hdp load ${loadaddr}
+fi
+
if test -n ${rollback} && test ${rollback} = 1
then
echo "Roolback enabled. Booting old version."