From: Semen Protsenko Date: Fri, 9 Jun 2017 14:12:41 +0000 (+0300) Subject: arm: am57xx: Increase "bootloader" partition size X-Git-Tag: v2017.07-rc2~24 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1e22cbbeafedcd63cbb0f981a5b00a27232b80e0;p=platform%2Fkernel%2Fu-boot.git 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 Reviewed-by: Tom Rini --- 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};" \