summaryrefslogtreecommitdiff
path: root/include/configs
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-09-16 20:02:56 +0200
committerDenys Drozdov <denys.drozdov@toradex.com>2021-01-08 19:42:08 +0200
commitcc63491c66d034b69f0e40628ac11fa49ae954c3 (patch)
treef209093f8275d4350e70e885455fd6359b1ae634 /include/configs
parent313a374fa04414d792ed0ff4be81a6b24aecdd9b (diff)
colibri-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 colibri-imx8x. Relates-to: TOR-1399 Signed-off-by: Ming Liu <ming.liu@toradex.com>
Diffstat (limited to 'include/configs')
-rw-r--r--include/configs/colibri-imx8x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/colibri-imx8x.h b/include/configs/colibri-imx8x.h
index 64ed53d0064..673f82f0e11 100644
--- a/include/configs/colibri-imx8x.h
+++ b/include/configs/colibri-imx8x.h
@@ -77,6 +77,7 @@
AHAB_ENV \
M4_BOOT_ENV \
MEM_LAYOUT_ENV_SETTINGS \
+ "bootcmd_mfg=fastboot 0\0" \
"console=ttyLP3,115200 earlycon=lpuart32,0x5a090000,115200\0" \
"fdt_addr=0x83000000\0" \
"fdtfile=" FDT_FILE "\0" \