mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-24 13:55:32 +02:00
ar71xx: fix AR934X_WMAC_SIZE
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26594 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
cf191d929d
commit
613a88e6a5
@ -71,7 +71,7 @@
|
||||
#define AR91XX_WMAC_SIZE 0x30000
|
||||
|
||||
#define AR934X_WMAC_BASE (AR71XX_APB_BASE + 0x00100000)
|
||||
#define AR934X_WMAC_SIZE 0x1ffff
|
||||
#define AR934X_WMAC_SIZE 0x20000
|
||||
|
||||
#define AR71XX_MEM_SIZE_MIN 0x0200000
|
||||
#define AR71XX_MEM_SIZE_MAX 0x10000000
|
||||
|
Loading…
Reference in New Issue
Block a user