summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume La Roque <glaroque@baylibre.com>2024-02-22 15:19:58 +0100
committerFrancesco Dolcini <francesco.dolcini@toradex.com>2024-03-21 14:26:33 +0000
commitc609792629dac4441e501144dfc162de55a26fa8 (patch)
tree1478b1cdef8f7f32eaf1f52365a3729ce876d567
parent2cbc09d87df67787350db48c42af84a94afda4b5 (diff)
environment: ti: mmc_android: add frp partition
Add new partition to support factory reset protection with android 14. It's needed to be able to do factory reset. Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
-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 2201846150..6a29c39eee 100644
--- a/include/environment/ti/mmc_android.env
+++ b/include/environment/ti/mmc_android.env
@@ -4,6 +4,7 @@ partitions=
name=bootloader,start=5M,size=8M,uuid=${uuid_gpt_bootloader};
partitions+=name=tiboot3,start=4M,size=1M,uuid=${uuid_gpt_tiboot3};
partitions+=name=misc,start=13824K,size=512K,uuid=${uuid_gpt_misc};
+partitions+=name=frp,size=512K,uuid=${uuid_gpt_frp};
partitions+=name=boot_a,size=40M,uuid=${uuid_gpt_boot_a};
partitions+=name=boot_b,size=40M,uuid=${uuid_gpt_boot_b};
partitions+=name=vendor_boot_a,size=32M,uuid=${uuid_gpt_vendor_boot_a};