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/0110-MIPS-add-board-support-for-Arcadyan-ARV7510PW.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package/boot/uboot-lantiq/patches/0110-MIPS-add-board-support-for-Arcadyan-ARV7510PW.patch') diff --git a/package/boot/uboot-lantiq/patches/0110-MIPS-add-board-support-for-Arcadyan-ARV7510PW.patch b/package/boot/uboot-lantiq/patches/0110-MIPS-add-board-support-for-Arcadyan-ARV7510PW.patch index 8c463685b6..902f7b7d04 100644 --- a/package/boot/uboot-lantiq/patches/0110-MIPS-add-board-support-for-Arcadyan-ARV7510PW.patch +++ b/package/boot/uboot-lantiq/patches/0110-MIPS-add-board-support-for-Arcadyan-ARV7510PW.patch @@ -191,7 +191,7 @@ Signed-off-by: Daniel Schwierzeck Active mips mips32 danube arcadyan arv7518pw arv7518pw_ram arv7518pw:SYS_BOOT_RAM Luka Perkov --- /dev/null +++ b/include/configs/arv7510pw.h -@@ -0,0 +1,75 @@ +@@ -0,0 +1,77 @@ +/* + * Copyright (C) 2013 Matti Laakso + * @@ -210,6 +210,8 @@ Signed-off-by: Daniel Schwierzeck +#define CONFIG_LTQ_SUPPORT_ETHERNET /* Enable ethernet */ +#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_ADM6996I -- cgit v1.2.3