From 8c822ec4ca7557563370aa568c034edda81e6b6e Mon Sep 17 00:00:00 2001 From: Mathias Kresin Date: Fri, 30 Dec 2016 21:42:05 +0100 Subject: uboot-lantiq: fix boot of images larger than 8MB Increasing CONFIG_SYS_BOOTM_LEN from 8 MB to 16 MB is necessary to support uncompressing images larger than 8 MB when using the bootm command. Signed-off-by: Mathias Kresin --- .../patches/0107-MIPS-add-board-support-for-ZyXEL-P-2812HNU-Fx.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package/boot/uboot-lantiq/patches/0107-MIPS-add-board-support-for-ZyXEL-P-2812HNU-Fx.patch') diff --git a/package/boot/uboot-lantiq/patches/0107-MIPS-add-board-support-for-ZyXEL-P-2812HNU-Fx.patch b/package/boot/uboot-lantiq/patches/0107-MIPS-add-board-support-for-ZyXEL-P-2812HNU-Fx.patch index a1c0bdede0..3f77d98476 100644 --- a/package/boot/uboot-lantiq/patches/0107-MIPS-add-board-support-for-ZyXEL-P-2812HNU-Fx.patch +++ b/package/boot/uboot-lantiq/patches/0107-MIPS-add-board-support-for-ZyXEL-P-2812HNU-Fx.patch @@ -231,7 +231,7 @@ Signed-off-by: Luka Perkov Active nds32 n1213 ag101 AndesTech adp-ag101 adp-ag101 - Andes --- /dev/null +++ b/include/configs/p2812hnufx.h -@@ -0,0 +1,67 @@ +@@ -0,0 +1,69 @@ +/* + * Copyright (C) 2013 Luka Perkov + * @@ -265,6 +265,8 @@ Signed-off-by: Luka Perkov + +#define CONFIG_SYS_DRAM_PROBE + ++#define CONFIG_SYS_BOOTM_LEN 0x1000000 /* 16 MB */ ++ +/* Environment */ +#if defined(CONFIG_SYS_BOOT_NANDSPL) +#define CONFIG_ENV_IS_IN_NAND -- cgit v1.2.3