From 4b972864816c548aedda60a7a8a8b5be3008b8c0 Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Mon, 4 Apr 2022 17:14:23 +0200 Subject: colibri_imx7: 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 Colibri iMX7 with RawNAND 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 --- include/configs/colibri_imx7.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/colibri_imx7.h b/include/configs/colibri_imx7.h index 8af75b7e28..b48172ab19 100644 --- a/include/configs/colibri_imx7.h +++ b/include/configs/colibri_imx7.h @@ -109,7 +109,7 @@ "${teziargs}; echo Booting Toradex Easy Installer...; " \ "ubi part ubi && " \ "ubi read ${ramdisk_addr_r} rootfs && " \ - "bootm ${ramdisk_addr_r}#config@${soc}-colibri${variant}-${fdt_board}.dtb\0" + "bootm ${ramdisk_addr_r}#conf-${soc}-colibri${variant}-${fdt_board}.dtb\0" #else /* CONFIG_TDX_EASY_INSTALLER */ #define UBI_BOOTCMD \ "ubiargs=ubi.mtd=ubi root=ubi0:rootfs rootfstype=ubifs " \ -- cgit v1.2.3