[PATCH v2 2/2] ARM: OMAP: Add max file size for PBLX images
Wadim Egorov
w.egorov at phytec.de
Thu Jun 25 01:18:29 PDT 2015
On AM335x SOCs the maximum size of a downloaded MLO/PBLX image is 109 KB.
Signed-off-by: Wadim Egorov <w.egorov at phytec.de>
---
v2:
size fixed: size was 109*1000
---
arch/arm/configs/am335x_mlo_defconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/configs/am335x_mlo_defconfig b/arch/arm/configs/am335x_mlo_defconfig
index 1dd7567..b66a653 100644
--- a/arch/arm/configs/am335x_mlo_defconfig
+++ b/arch/arm/configs/am335x_mlo_defconfig
@@ -9,6 +9,7 @@ CONFIG_THUMB2_BAREBOX=y
# CONFIG_MEMINFO is not set
CONFIG_MMU=y
CONFIG_TEXT_BASE=0x0
+CONFIG_BAREBOX_MAX_PBLX_SIZE=0x1b400
CONFIG_MALLOC_SIZE=0x0
CONFIG_MALLOC_TLSF=y
CONFIG_RELOCATABLE=y
--
1.9.1
More information about the barebox
mailing list