aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Mahaveer <vishalm@ti.com>2018-02-20 14:16:30 -0600
committerVishal Mahaveer <vishalm@ti.com>2018-02-20 14:26:16 -0600
commit5ddd5a8a256713300973cb633e84abf2542aaf94 (patch)
tree267b4cc6b390858c522d580f389fcadfeba16562
parent333293e877c338e251c65e8a8a7c45b2cf5c6a06 (diff)
downloadjacinto6evm-5ddd5a8a256713300973cb633e84abf2542aaf94.tar.gz
dra7x: fastboot: Increase boot partition size
The current boot partition size is not enough for booting HS boards with ift images. Increase the boot partition size to match the recovery partition size. Change-Id: I15a5ef83ba64a2803f7836dec79b158016482a1d Signed-off-by: Vishal Mahaveer <vishalm@ti.com>
-rw-r--r--include/configs/dra7xx_evm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index fadeb78a16..05d88d3ccb 100644
--- a/include/configs/dra7xx_evm.h
+++ b/include/configs/dra7xx_evm.h
@@ -64,7 +64,7 @@
"name=efs,size=16M,uuid=${uuid_gpt_efs};" \
"name=crypto,size=16K,uuid=${uuid_gpt_crypto};" \
"name=recovery,size=30M,uuid=${uuid_gpt_recovery};" \
- "name=boot,size=10M,uuid=${uuid_gpt_boot};" \
+ "name=boot,size=30M,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};" \