aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVishal Mahaveer2017-08-22 16:47:34 -0500
committerVishal Mahaveer2017-08-22 17:41:51 -0500
commitff48c7935985248c67743425c0ce58167f81d9a2 (patch)
treec9dbc6aaf32f7992b2df14789d6c02df884e37cd
parentbc5c71b22f13419206edfe67754b90a1ca388081 (diff)
downloadu-boot-ff48c7935985248c67743425c0ce58167f81d9a2.tar.gz
u-boot-ff48c7935985248c67743425c0ce58167f81d9a2.tar.xz
u-boot-ff48c7935985248c67743425c0ce58167f81d9a2.zip
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 7553f33db6..8c6a7803d1 100644
--- a/include/configs/dra7xx_evm.h
+++ b/include/configs/dra7xx_evm.h
@@ -66,6 +66,7 @@
66 "name=recovery,size=10M,uuid=${uuid_gpt_recovery};" \ 66 "name=recovery,size=10M,uuid=${uuid_gpt_recovery};" \
67 "name=boot,size=10M,uuid=${uuid_gpt_boot};" \ 67 "name=boot,size=10M,uuid=${uuid_gpt_boot};" \
68 "name=system,size=768M,uuid=${uuid_gpt_system};" \ 68 "name=system,size=768M,uuid=${uuid_gpt_system};" \
69 "name=vendor,size=256M,uuid=${uuid_gpt_vendor};" \
69 "name=cache,size=256M,uuid=${uuid_gpt_cache};" \ 70 "name=cache,size=256M,uuid=${uuid_gpt_cache};" \
70 "name=ipu1,size=8M,uuid=${uuid_gpt_ipu1};" \ 71 "name=ipu1,size=8M,uuid=${uuid_gpt_ipu1};" \
71 "name=ipu2,size=8M,uuid=${uuid_gpt_ipu2};" \ 72 "name=ipu2,size=8M,uuid=${uuid_gpt_ipu2};" \