aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-12-28 08:43:36 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-12-28 08:43:36 +0000
commitf50b02b55974403f02e163536729f07edc6e9873 (patch)
tree4790efb4f9c98a05c53653484ad1edfa728913c2 /target
parent98437278c4ee4f12bc224e0a80168a04075e3055 (diff)
downloadupstream-f50b02b55974403f02e163536729f07edc6e9873.tar.gz
upstream-f50b02b55974403f02e163536729f07edc6e9873.tar.bz2
upstream-f50b02b55974403f02e163536729f07edc6e9873.zip
ramips: rt288x: change base address and window size of flash bank 0
SVN-Revision: 29616
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt288x_regs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt288x_regs.h b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt288x_regs.h
index 2ae26ef8b5..b5f4812b5c 100644
--- a/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt288x_regs.h
+++ b/target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt288x_regs.h
@@ -29,7 +29,7 @@
#define RT2880_PCI_BASE 0x00440000
#define RT2880_WMAC_BASE 0x00480000
#define RT2880_FLASH1_BASE 0x01000000
-#define RT2880_FLASH0_BASE 0x1fc00000
+#define RT2880_FLASH0_BASE 0x1dc00000
#define RT2880_SDRAM_BASE 0x08000000
#define RT2880_SYSC_SIZE 0x100
@@ -40,7 +40,7 @@
#define RT2880_PIO_SIZE 0x100
#define RT2880_UART1_SIZE 0x100
#define RT2880_FLASH1_SIZE (16 * 1024 * 1024)
-#define RT2880_FLASH0_SIZE (4 * 1024 * 1024)
+#define RT2880_FLASH0_SIZE (32 * 1024 * 1024)
/* SYSC registers */
#define SYSC_REG_CHIP_NAME0 0x000 /* Chip Name 0 */