summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-09-16 20:16:48 +0200
committerMing Liu <ming.liu@toradex.com>2020-09-16 20:16:48 +0200
commit307dc8bf0f3b2fc0731208a8da5f5730e13e10dc (patch)
tree3f0116ed77a755650965f8dd1981fc2b4ed46cd1
parent9c8c1327cee6ab225a74a97e345ac90fc0e3fae2 (diff)
apalis-imx8x: add bootcmd_mfg to initial env
When booting from USB for mfgtools, 'bootcmd_mfg' must be set to be able to boot with default env. This fixes a Tezi recovery not boot issue on apalis-imx8x. Relates-to: TOR-1399 Signed-off-by: Ming Liu <ming.liu@toradex.com>
-rw-r--r--include/configs/apalis-imx8x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/apalis-imx8x.h b/include/configs/apalis-imx8x.h
index a4310b4c0c..08ea3ba8c0 100644
--- a/include/configs/apalis-imx8x.h
+++ b/include/configs/apalis-imx8x.h
@@ -77,6 +77,7 @@
AHAB_ENV \
M4_BOOT_ENV \
MEM_LAYOUT_ENV_SETTINGS \
+ "bootcmd_mfg=fastboot 0\0" \
"boot_file=Image\0" \
"console=ttyLP1,115200\0" \
"fdt_addr=0x83000000\0" \