From 12419ca68eea182f9f6892092dacdb5bf2b26fbb Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Thu, 5 Mar 2020 17:42:16 +0100 Subject: fitimage: adapt to the changes in tezi meta layer - Drop "config@1" for apalis-t30, since that's the only config, we do not have to explicitly set it to config 1. - Change the configuration for apalis-tk1 to use the actual fdt files. - Change the configuration for colibri_imx7 to use the actual fdt files. - Also fix a wrong fdtfile setting for colibri_imx7. Related-to: TEI-498 Signed-off-by: Ming Liu --- board/toradex/apalis_t30/apalis_t30.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/toradex/apalis_t30/apalis_t30.c') diff --git a/board/toradex/apalis_t30/apalis_t30.c b/board/toradex/apalis_t30/apalis_t30.c index a03bc22ab5..18ce27d151 100644 --- a/board/toradex/apalis_t30/apalis_t30.c +++ b/board/toradex/apalis_t30/apalis_t30.c @@ -68,7 +68,7 @@ int arch_misc_init(void) setenv("vidargs", "video=HDMI-A-1:640x480-16@60 hotplugfb"); setenv("bootcmd", "run setup; setenv bootargs ${defargs} " \ "${setupargs} ${vidargs} ${teziargs}; " \ - "bootm 0x80208000#config@1"); + "bootm 0x80208000"); #else /* CONFIG_TDX_EASY_INSTALLER */ setenv("bootdelay", "-1"); #endif /* CONFIG_TDX_EASY_INSTALLER */ -- cgit v1.2.3