increase AR71XX_MEM_SIZE_MAX (thanks to Leo Galambos for reporting)
SVN-Revision: 15734
This commit is contained in:
parent
d8aee6e471
commit
15f0a64dda
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
#define AR91XX_WMAC_SIZE 0x30000
|
||||
|
||||
#define AR71XX_MEM_SIZE_MIN 0x0200000
|
||||
#define AR71XX_MEM_SIZE_MAX 0x8000000
|
||||
#define AR71XX_MEM_SIZE_MAX 0x10000000
|
||||
|
||||
#define AR71XX_CPU_IRQ_BASE 0
|
||||
#define AR71XX_MISC_IRQ_BASE 8
|
||||
|
|
Loading…
Reference in a new issue