summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGuillaume La Roque <glaroque@baylibre.com>2023-08-30 10:04:42 +0200
committerPraneeth Bajjuri <praneeth@ti.com>2023-09-13 09:21:35 -0500
commit102f008f7614f514522893098a37c6b3b0ca68f8 (patch)
treec44b0462627e7820ee9c9eee82dff3382e7608f7 /include
parent479781991b708d53a71c829b4b75849ae1350c8d (diff)
include: environment: ti: mmc_android: set partition-type for metadata
Some time when you try to format metadata partition it's not working because partition-type was not defined and found in mmc. So to fix it add variable to define metadata partition format to ext4. Signed-off-by: Guillaume La Roque <glaroque@baylibre.com> Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Diffstat (limited to 'include')
-rw-r--r--include/environment/ti/mmc_android.env1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/environment/ti/mmc_android.env b/include/environment/ti/mmc_android.env
index 0b30c69d7d..865672b1a3 100644
--- a/include/environment/ti/mmc_android.env
+++ b/include/environment/ti/mmc_android.env
@@ -20,6 +20,7 @@ partitions+=name=metadata,size=16M,uuid=${uuid_gpt_metadata};
partitions+=name=persist,size=32M,uuid=${uuid_gpt_persist};
partitions+=name=userdata,size=-,uuid=${uuid_gpt_userdata}
+fastboot.partition-type:metadata=ext4
mmcdev=0
force_avb=0
envboot=run distro_bootcmd