aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Mahaveer <vishalm@ti.com>2017-08-22 16:47:34 -0500
committerPraneeth Bajjuri <praneeth@ti.com>2017-08-28 14:48:57 -0500
commit28c2b55c045daa86413fe9fa73299b1d47564615 (patch)
tree89ac6e632f9b22b171bd171ec205dd2822e5729f
parent1b7c310914d851cb79b33e9b00c07d5ff276e99c (diff)
downloadjacinto6evm-28c2b55c045daa86413fe9fa73299b1d47564615.tar.gz
dra7xx: android: add vendor partition
Add a new vendor parition for Android Change-Id: Ib77ad4ee5582a128c802628df58d85b975eab5f9 Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rw-r--r--include/configs/dra7xx_evm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index 761434a909..436750614a 100644
--- a/include/configs/dra7xx_evm.h
+++ b/include/configs/dra7xx_evm.h
@@ -64,6 +64,7 @@
"name=recovery,size=10M,uuid=${uuid_gpt_recovery};" \
"name=boot,size=10M,uuid=${uuid_gpt_boot};" \
"name=system,size=768M,uuid=${uuid_gpt_system};" \
+ "name=vendor,size=256M,uuid=${uuid_gpt_vendor};" \
"name=cache,size=256M,uuid=${uuid_gpt_cache};" \
"name=ipu1,size=8M,uuid=${uuid_gpt_ipu1};" \
"name=ipu2,size=7M,uuid=${uuid_gpt_ipu2};" \