vexpress64 kernels are usually over 8 MBytes in length, so setting the max uImage length to 0x4000000 (64 Mbytes) should give us plenty of scope for expansion.
I mostly chose this length to match other board configs that use "(64 << 20)", however, Kconfig doesn't allow arithmetic operations. Signed-off-by: Ryan Harkin <ryan.har...@linaro.org> Reviewed-by: Linus Walleij <linus.wall...@linaro.org> CC: Masahiro Yamada <yamad...@jp.panasonic.com CC: Linus Walleij <linus.wall...@linaro.org> --- board/armltd/vexpress64/Kconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/board/armltd/vexpress64/Kconfig b/board/armltd/vexpress64/Kconfig index 8da3bec..72679be 100644 --- a/board/armltd/vexpress64/Kconfig +++ b/board/armltd/vexpress64/Kconfig @@ -1,3 +1,6 @@ +config CONFIG_SYS_BOOTM_LEN + default 0x4000000 + config SYS_BOARD default "vexpress64" -- 2.1.0 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot