From e805cb201cbc75376f961717bf99727c1a5fc049 Mon Sep 17 00:00:00 2001 From: Aswath Govindraju Date: Thu, 9 Jun 2022 16:58:14 +0530 Subject: [PATCH] environment: ti: k3_dfu: Fix the combined emmc dfu env variable Fix the dfu environment variable corresponding to flashing eMMC in devices that use combined boot flow. Fixes: 391124053315 ("configs: j721e_evm.h: Fix the dfu environment variables for eMMC and OSPI") Signed-off-by: Aswath Govindraju --- include/environment/ti/k3_dfu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/environment/ti/k3_dfu.h b/include/environment/ti/k3_dfu.h index 4396ffed1d..0df8baf3c7 100644 --- a/include/environment/ti/k3_dfu.h +++ b/include/environment/ti/k3_dfu.h @@ -36,7 +36,7 @@ "tiboot3.bin.raw raw 0x0 0x800 mmcpart 1;" \ "tispl.bin.raw raw 0x800 0x1000 mmcpart 1;" \ "u-boot.img.raw raw 0x1800 0x2000 mmcpart 1;" \ - "u-env.raw raw 0x3800 0x100 mmcpart 1;\0" + "u-env.raw raw 0x3800 0x100 mmcpart 1\0" #define DFU_ALT_INFO_OSPI \ "dfu_alt_info_ospi=" \