From 307dc8bf0f3b2fc0731208a8da5f5730e13e10dc Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Wed, 16 Sep 2020 20:16:48 +0200 Subject: 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 --- include/configs/apalis-imx8x.h | 1 + 1 file changed, 1 insertion(+) 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" \ -- cgit v1.2.3