From 8a365642835e7926eccf44c90461685d6662cccd Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 4 Apr 2022 17:30:44 +0200 Subject: 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 --- board/toradex/apalis-tk1/apalis-tk1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3