diff options
Diffstat (limited to 'package/boot/uboot-lantiq/patches/0113-MIPS-add-board-support-for-Arcadyan-ARV8539PW22.patch')
-rw-r--r-- | package/boot/uboot-lantiq/patches/0113-MIPS-add-board-support-for-Arcadyan-ARV8539PW22.patch | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/boot/uboot-lantiq/patches/0113-MIPS-add-board-support-for-Arcadyan-ARV8539PW22.patch b/package/boot/uboot-lantiq/patches/0113-MIPS-add-board-support-for-Arcadyan-ARV8539PW22.patch index e68ce2d31a..5185c945ff 100644 --- a/package/boot/uboot-lantiq/patches/0113-MIPS-add-board-support-for-Arcadyan-ARV8539PW22.patch +++ b/package/boot/uboot-lantiq/patches/0113-MIPS-add-board-support-for-Arcadyan-ARV8539PW22.patch @@ -168,7 +168,7 @@ Active mips mips32 danube gigaset sx76x gigasx76x_nor sx76x:SYS_BOOT_NOR Luka Perkov <luka@openwrt.org> --- /dev/null +++ b/include/configs/arv8539pw22.h -@@ -0,0 +1,68 @@ +@@ -0,0 +1,70 @@ +/* + * Copyright (C) 2012-2013 Luka Perkov <luka@openwrt.org> + * @@ -189,6 +189,8 @@ + +#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 |