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: 3911240533 ("configs: j721e_evm.h: Fix the dfu environment variables for eMMC and OSPI")
Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
This commit is contained in:
Aswath Govindraju 2022-06-09 16:58:14 +05:30 committed by Anand Gadiyar
parent d96c51b59e
commit e805cb201c
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
"tiboot3.bin.raw raw 0x0 0x800 mmcpart 1;" \ "tiboot3.bin.raw raw 0x0 0x800 mmcpart 1;" \
"tispl.bin.raw raw 0x800 0x1000 mmcpart 1;" \ "tispl.bin.raw raw 0x800 0x1000 mmcpart 1;" \
"u-boot.img.raw raw 0x1800 0x2000 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 \ #define DFU_ALT_INFO_OSPI \
"dfu_alt_info_ospi=" \ "dfu_alt_info_ospi=" \