summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMattijs Korpershoek <mkorpershoek@baylibre.com>2023-08-30 10:04:43 +0200
committerPraneeth Bajjuri <praneeth@ti.com>2023-09-13 09:21:35 -0500
commit5c68ae40137ed66c85ddb1e90798dca26ef3898b (patch)
tree1113251db9a7120f0837b46daa5c4421ba3abf9e /include
parent102f008f7614f514522893098a37c6b3b0ca68f8 (diff)
environment: ti: mmc_android: remove uboot-env partition
The U-Boot environment is saved in mmc0boot0, not in a GPT user partition. Remove this un-needed partition here since it's misleading. Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Diffstat (limited to 'include')
-rw-r--r--include/environment/ti/mmc_android.env1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/environment/ti/mmc_android.env b/include/environment/ti/mmc_android.env
index 865672b1a3..c584e84d44 100644
--- a/include/environment/ti/mmc_android.env
+++ b/include/environment/ti/mmc_android.env
@@ -3,7 +3,6 @@
partitions=
name=bootloader,start=5M,size=8M,uuid=${uuid_gpt_bootloader};
partitions+=name=tiboot3,start=4M,size=1M,uuid=${uuid_gpt_tiboot3};
-partitions+=name=uboot-env,start=13M,size=512K,uuid=${uuid_gpt_env};
partitions+=name=misc,start=13824K,size=512K,uuid=${uuid_gpt_misc};
partitions+=name=boot_a,size=40M,uuid=${uuid_gpt_boot_a};
partitions+=name=boot_b,size=40M,uuid=${uuid_gpt_boot_b};