diff mbox

arm: am57xx: Increase "bootloader" partition size

Message ID 20170609141241.26797-1-semen.protsenko@linaro.org
State Superseded
Headers show

Commit Message

Sam Protsenko June 9, 2017, 2:12 p.m. UTC
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>
---
 include/configs/am57xx_evm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tom Rini June 9, 2017, 2:29 p.m. UTC | #1
On Fri, Jun 09, 2017 at 05:12:41PM +0300, Sam Protsenko wrote:

> 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>


-- 
Tom
Tom Rini June 12, 2017, 10:44 p.m. UTC | #2
On Fri, Jun 09, 2017 at 05:12:41PM +0300, Semen Protsenko wrote:

> 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>


Reviewed-by: Tom Rini <trini@konsulko.com>


-- 
Tom
diff mbox

Patch

diff --git a/include/configs/am57xx_evm.h b/include/configs/am57xx_evm.h
index b379e0839d..af19098727 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};" \