[PATCH 2/2] ARM: OMAP: Add max file size for PBLX images
Wadim Egorov
w.egorov at phytec.de
Wed Jun 10 00:05:52 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>
---
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..611385a 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=0x1a9c8
CONFIG_MALLOC_SIZE=0x0
CONFIG_MALLOC_TLSF=y
CONFIG_RELOCATABLE=y
--
1.9.1
More information about the barebox
mailing list