summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-09-16 20:16:48 +0200
committerDenys Drozdov <denys.drozdov@toradex.com>2021-01-08 19:42:08 +0200
commit9f72dde5f0ba6c8b3953e829414d486b1e90003e (patch)
treed2c2f1e82438ef5abb2b9cf76b5a4906f8f56f38 /include
parentcc63491c66d034b69f0e40628ac11fa49ae954c3 (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>
Diffstat (limited to 'include')
-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" \