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/0108-MIPS-add-board-support-for-Arcadyan-ARV752DPW.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package/boot/uboot-lantiq/patches/0108-MIPS-add-board-support-for-Arcadyan-ARV752DPW.patch') diff --git a/package/boot/uboot-lantiq/patches/0108-MIPS-add-board-support-for-Arcadyan-ARV752DPW.patch b/package/boot/uboot-lantiq/patches/0108-MIPS-add-board-support-for-Arcadyan-ARV752DPW.patch index 07bef6e..0849305 100644 --- a/package/boot/uboot-lantiq/patches/0108-MIPS-add-board-support-for-Arcadyan-ARV752DPW.patch +++ b/package/boot/uboot-lantiq/patches/0108-MIPS-add-board-support-for-Arcadyan-ARV752DPW.patch @@ -172,7 +172,7 @@ Signed-off-by: Daniel Schwierzeck Active mips mips32 danube gigaset sx76x gigasx76x_nor sx76x:SYS_BOOT_NOR Luka Perkov --- /dev/null +++ b/include/configs/arv752dpw.h -@@ -0,0 +1,67 @@ +@@ -0,0 +1,69 @@ +/* + * Copyright (C) 2012-2013 Luka Perkov + * @@ -193,6 +193,8 @@ Signed-off-by: Daniel Schwierzeck + +#define CONFIG_LTQ_SUPPORT_NOR_FLASH /* Have a parallel NOR flash */ + ++#define CONFIG_SYS_BOOTM_LEN 0x1000000 /* 16 MB */ ++ +/* Switch devices */ +#define CONFIG_SWITCH_MULTI +#define CONFIG_SWITCH_RTL8306 -- cgit v1.1