]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
arm: dra7: Increase "bootloader" partition size
authorSemen Protsenko <semen.protsenko@linaro.org>
Fri, 9 Jun 2017 14:12:48 +0000 (17:12 +0300)
committerTom Rini <trini@konsulko.com>
Mon, 12 Jun 2017 12:38:47 +0000 (08:38 -0400)
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>
include/configs/dra7xx_evm.h

index 71c9d82791e38178e9bad0e2f0338311a0d4552e..d6c4a71ab2021d5d529a49ef9ed32b6648ad36da 100644 (file)
@@ -57,7 +57,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};" \