diff options
author | Mathias Kresin <dev@kresin.me> | 2016-12-30 21:42:05 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-01-02 19:16:54 +0100 |
commit | 8c822ec4ca7557563370aa568c034edda81e6b6e (patch) | |
tree | 610be869c4a4f72a32ee8e64632d73180a54a579 /package/boot/uboot-lantiq/patches/0109-MIPS-add-board-support-for-Arcadyan-ARV752DPW22.patch | |
parent | cfe1c6debe8247ce9239b92aa1213fde396b1405 (diff) | |
download | mtk-20170518-8c822ec4ca7557563370aa568c034edda81e6b6e.zip mtk-20170518-8c822ec4ca7557563370aa568c034edda81e6b6e.tar.gz mtk-20170518-8c822ec4ca7557563370aa568c034edda81e6b6e.tar.bz2 |
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 <dev@kresin.me>
Diffstat (limited to 'package/boot/uboot-lantiq/patches/0109-MIPS-add-board-support-for-Arcadyan-ARV752DPW22.patch')
-rw-r--r-- | package/boot/uboot-lantiq/patches/0109-MIPS-add-board-support-for-Arcadyan-ARV752DPW22.patch | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/boot/uboot-lantiq/patches/0109-MIPS-add-board-support-for-Arcadyan-ARV752DPW22.patch b/package/boot/uboot-lantiq/patches/0109-MIPS-add-board-support-for-Arcadyan-ARV752DPW22.patch index 85e3ebd..29b9648 100644 --- a/package/boot/uboot-lantiq/patches/0109-MIPS-add-board-support-for-Arcadyan-ARV752DPW22.patch +++ b/package/boot/uboot-lantiq/patches/0109-MIPS-add-board-support-for-Arcadyan-ARV752DPW22.patch @@ -173,7 +173,7 @@ Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> Active mips mips32 danube gigaset sx76x gigasx76x_nor sx76x:SYS_BOOT_NOR Luka Perkov <luka@openwrt.org> --- /dev/null +++ b/include/configs/arv752dpw22.h -@@ -0,0 +1,68 @@ +@@ -0,0 +1,70 @@ +/* + * Copyright (C) 2012-2013 Luka Perkov <luka@openwrt.org> + * @@ -194,6 +194,8 @@ Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com> + +#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_AR8216 |