aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBuddy Liong <a0270631@ti.com>2018-03-20 16:05:19 -0500
committerBuddy Liong <a0270631@ti.com>2018-03-20 16:08:53 -0500
commitc6a78957e995d9a13810d296ebb665fc8340619d (patch)
tree267b4cc6b390858c522d580f389fcadfeba16562
parent333293e877c338e251c65e8a8a7c45b2cf5c6a06 (diff)
parent5ddd5a8a256713300973cb633e84abf2542aaf94 (diff)
downloadjacinto6evm-6AO.1.0.tar.gz
Merge branch 'p-ti-u-boot-2016.05' of git://git.omapzoom.org/repo/u-boot into 6AO.1.06AO.1.0
* 'p-ti-u-boot-2016.05' of git://git.omapzoom.org/repo/u-boot: dra7x: fastboot: Increase boot partition size Signed-off-by: Buddy Liong <a0270631@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};" \