summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2021-08-10 18:25:59 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2021-08-12 13:40:11 +0200
commit1ae3ca27d9f522fea084ee546f9a45157438e265 (patch)
tree2fbb68e5c3c54799f1d9e2adb48ac19082a41417 /board
parent9ad0030ceaa6df29dfff6fe9da968643d659ea88 (diff)
colibri-imx6ull: add tezi recovery config
This configuration creates an U-Boot which does not use any storage device, i.e. no eMMC or NAND. It is used to boot U-Boot over recovery aka. Serial Downloader without the need to know if the module uses eMMC or NAND for storage. It detects the storage device type and start the Toradex Easy Installer with the matching configuration. Note that for NAND devices the mtd partitioning is not patched into the device tree by U-Boot. It must be part of the provided device tree. Related-to: TEI-922 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'board')
-rw-r--r--board/toradex/colibri-imx6ull/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/toradex/colibri-imx6ull/Kconfig b/board/toradex/colibri-imx6ull/Kconfig
index 8548548a95..63a75ec2d8 100644
--- a/board/toradex/colibri-imx6ull/Kconfig
+++ b/board/toradex/colibri-imx6ull/Kconfig
@@ -32,7 +32,7 @@ config TDX_CFG_BLOCK_2ND_ETHADDR
default y
config SYS_CONFIG_NAME
- default "colibri-imx6ull-tezi-recovery" if (!TARGET_COLIBRI_IMX6ULL_NAND && !TARGET_COLIBRI_IMX6ULL_EMMC)
+ default "colibri-imx6ull_tezi-recovery" if (!TARGET_COLIBRI_IMX6ULL_NAND && !TARGET_COLIBRI_IMX6ULL_EMMC)
if TARGET_COLIBRI_IMX6ULL_NAND