summaryrefslogtreecommitdiff
path: root/include/configs/am57xx_evm.h
diff options
context:
space:
mode:
authorSemen Protsenko <semen.protsenko@linaro.org>2017-06-09 14:12:41 (GMT)
committerTom Rini <trini@konsulko.com>2017-06-12 12:38:46 (GMT)
commit1e22cbbeafedcd63cbb0f981a5b00a27232b80e0 (patch)
tree5a8f60cc89ce5e87a07622f457bfb1cb5d2be07c /include/configs/am57xx_evm.h
parente5ed4c3e833da2e305bf6021168ba502a2715727 (diff)
downloadu-boot-1e22cbbeafedcd63cbb0f981a5b00a27232b80e0.tar.xz
arm: am57xx: Increase "bootloader" partition size
Increase the size of u-boot.img, so that it conforms with new DFU configuration (see commit [1]). [1] 7a53a1a8115b ARM: ti: Update layout for MMC and eMMC (env and dfu) Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org> Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/am57xx_evm.h')
-rw-r--r--include/configs/am57xx_evm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/am57xx_evm.h b/include/configs/am57xx_evm.h
index b379e08..af19098 100644
--- a/include/configs/am57xx_evm.h
+++ b/include/configs/am57xx_evm.h
@@ -46,7 +46,7 @@
"partitions_android=" \
"uuid_disk=${uuid_gpt_disk};" \
"name=xloader,start=128K,size=256K,uuid=${uuid_gpt_xloader};" \
- "name=bootloader,size=768K,uuid=${uuid_gpt_bootloader};" \
+ "name=bootloader,size=1792K,uuid=${uuid_gpt_bootloader};" \
"name=environment,size=128K,uuid=${uuid_gpt_environment};" \
"name=misc,size=128K,uuid=${uuid_gpt_misc};" \
"name=reserved,size=256K,uuid=${uuid_gpt_reserved};" \