summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Salveti <ricardo@foundries.io>2020-08-26 16:18:34 -0300
committerJun Nie <jun.nie@linaro.org>2021-03-07 12:43:00 +0800
commitcd4fb0960867b27b1d40d673e4cb1735eb4420e2 (patch)
tree8d15dfa67f3687d5d5b7cb5a43d2229246e65816
parentec2d8e7d2fe8390465025ad1d2c690458988784a (diff)
[FIO extras] imx_env: set mfg to run fastboot by default
We don't support any other mfg boot mechanism other than fastboot, so jump to that by default instead of trying to load a custom kernel. Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
-rw-r--r--include/configs/imx_env.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/include/configs/imx_env.h b/include/configs/imx_env.h
index 7eed730d64..ff405ac8aa 100644
--- a/include/configs/imx_env.h
+++ b/include/configs/imx_env.h
@@ -33,17 +33,7 @@
"rdinit=/linuxrc " \
"clk_ignore_unused "\
"\0" \
- "kboot="MFG_BOOT_CMD"\0"\
- "bootcmd_mfg=run mfgtool_args;" \
- "if iminfo ${initrd_addr}; then " \
- "if test ${tee} = yes; then " \
- "bootm ${tee_addr} ${initrd_addr} ${fdt_addr}; " \
- "else " \
- MFG_BOOT_CMD "${loadaddr} ${initrd_addr} ${fdt_addr}; " \
- "fi; " \
- "else " \
- FASTBOOT_CMD \
- "fi;\0" \
MFG_NAND_FIT_PARTITION \
+ FASTBOOT_CMD \
#endif