summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-04-04 17:30:44 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2022-04-04 17:40:59 +0200
commit8a365642835e7926eccf44c90461685d6662cccd (patch)
treeef8abb324e82e007f8a07426adf8a23315467738
parent4b972864816c548aedda60a7a8a8b5be3008b8c0 (diff)
apalis-tk1: fix tezi fit image configuration name
The Toradex Easy Installer uses a fitimage for kernel/fdt/rootfs. With moving to the meta-toradex-bsp-common fitimage class to create the fitimage the configuration name is changed. For the Apalis TK1 used in recovery mode we set the configuration used in the U-Boot environment. Change that to the new name. Related-to: ELB-4417 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--board/toradex/apalis-tk1/apalis-tk1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/toradex/apalis-tk1/apalis-tk1.c b/board/toradex/apalis-tk1/apalis-tk1.c
index 6565c7ec3d..85502186ea 100644
--- a/board/toradex/apalis-tk1/apalis-tk1.c
+++ b/board/toradex/apalis-tk1/apalis-tk1.c
@@ -53,7 +53,7 @@ int arch_misc_init(void)
env_set("vidargs", "video=HDMI-A-1:640x480-16@60D");
env_set("bootcmd", "run setup; env set bootargs ${defargs} " \
"${setupargs} ${vidargs} ${teziargs}; " \
- "bootm 0x80208000#config@${soc}-${fdt_module}-${fdt_board}.dtb");
+ "bootm 0x80208000#conf-${soc}-${fdt_module}-${fdt_board}.dtb");
#else /* CONFIG_TDX_EASY_INSTALLER */
printf("USB recovery mode\n");
#endif /* CONFIG_TDX_EASY_INSTALLER */