[U-Boot] [PATCH] arm: dra7xx: Extend bootloader partition

Sam Protsenko semen.protsenko at linaro.org
Tue Apr 26 20:16:56 CEST 2016


With FIT images support enabled, u-boot.img size increases up to 612 KiB.
Extend "bootloader" partition size accordingly.

With extended "bootloader" partition there is no gap between "misc" and
"efs" partitions anymore. Keep "efs" partition alignment intact anyway
(start=1280K), so that Android partitions addresses  are compatible with
older versions of u-boot, while size of rest partitions can be adjusted.

Signed-off-by: Sam Protsenko <semen.protsenko at linaro.org>
---
 include/configs/dra7xx_evm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index 79b6c09..92373ac 100644
--- a/include/configs/dra7xx_evm.h
+++ b/include/configs/dra7xx_evm.h
@@ -56,7 +56,7 @@
 	"partitions_android=" \
 	"uuid_disk=${uuid_gpt_disk};" \
 	"name=xloader,start=128K,size=128K,uuid=${uuid_gpt_xloader};" \
-	"name=bootloader,size=384K,uuid=${uuid_gpt_bootloader};" \
+	"name=bootloader,size=768K,uuid=${uuid_gpt_bootloader};" \
 	"name=environment,size=128K,uuid=${uuid_gpt_environment};" \
 	"name=misc,size=128K,uuid=${uuid_gpt_misc};" \
 	"name=efs,start=1280K,size=16M,uuid=${uuid_gpt_efs};" \
-- 
2.8.0.rc3



More information about the U-Boot mailing list