summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMing Liu <ming.liu@toradex.com>2020-09-16 20:02:56 +0200
committerMing Liu <ming.liu@toradex.com>2020-09-16 20:02:56 +0200
commit9c8c1327cee6ab225a74a97e345ac90fc0e3fae2 (patch)
treeca46285f2bc578b07cf7b4f90f10f6a5e7f3a35e
parent7e07b4e87bea7e58bb3279baf45590da87ce35b7 (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>
-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 64ed53d006..673f82f0e1 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" \