mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-12-18 09:10:17 +02:00
Add the infrastructure to support different flash sizes/address
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6855 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
89df7db876
commit
d8e7de2bd3
@ -23,8 +23,10 @@ struct adm5120_info {
|
|||||||
unsigned long cpu_speed;
|
unsigned long cpu_speed;
|
||||||
unsigned int boot_loader;
|
unsigned int boot_loader;
|
||||||
unsigned int board_type;
|
unsigned int board_type;
|
||||||
unsigned int iface_num;
|
unsigned int iface_num; /* Number of Ethernet interfaces */
|
||||||
unsigned int has_usb;
|
unsigned int has_usb; /* USB controller presence flag */
|
||||||
|
u32 window_addr; /* Flash address */
|
||||||
|
u32 window_size; /* Flash size */
|
||||||
};
|
};
|
||||||
|
|
||||||
#define CPU_SPEED_175 175000000
|
#define CPU_SPEED_175 175000000
|
||||||
|
Loading…
Reference in New Issue
Block a user