summaryrefslogtreecommitdiff
path: root/include/environment
diff options
context:
space:
mode:
authorNeha Malcom Francis <n-francis@ti.com>2023-06-21 16:53:28 +0530
committerPraneeth Bajjuri <praneeth@ti.com>2023-06-21 11:58:03 -0500
commit1b8f016288c18734b071a049c345637f284017d5 (patch)
tree45d52bf0752fec2ec43393929f9703a1ddb44af4 /include/environment
parent7e1559932255e64dcad793e7ddb9d09ec59e781c (diff)
env: ti: k3_dfu: Drup mmcpart for rootfs
According to [0], raw access to mmc should not have mmcpart in the entry. This was fixed in k3_dfu_combined.env but k3_dfu.env had been overlooked. [0] doc/usage/dfu.rst Fixes: 53b406369e9d ("DFU: Check the number of arguments and argument string strictly") Signed-off-by: Neha Malcom Francis <n-francis@ti.com> Reviewed-by: Vignesh Raghavendra <vigneshr@ti.com>
Diffstat (limited to 'include/environment')
-rw-r--r--include/environment/ti/k3_dfu.env2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/environment/ti/k3_dfu.env b/include/environment/ti/k3_dfu.env
index 201529636c..b42cf21d98 100644
--- a/include/environment/ti/k3_dfu.env
+++ b/include/environment/ti/k3_dfu.env
@@ -9,7 +9,7 @@ dfu_alt_info_mmc=
dfu_alt_info_emmc=
rawemmc raw 0 0x800000 mmcpart 1;
- rootfs part 0 1 mmcpart 0;
+ rootfs part 0 1;
tiboot3.bin.raw raw 0x0 0x400 mmcpart 1;
tispl.bin.raw raw 0x400 0x1000 mmcpart 1;
u-boot.img.raw raw 0x1400 0x2000 mmcpart 1;