ramips: rt288x: change base address and window size of flash bank 0
SVN-Revision: 29616
This commit is contained in:
parent
98437278c4
commit
f50b02b559
1 changed files with 2 additions and 2 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue