Skip to content
Snippets Groups Projects
Commit 743de3f0 authored by Florian Fainelli's avatar Florian Fainelli
Browse files

Add the infrastructure to support different flash sizes/address

SVN-Revision: 6855
parent 46161bff
No related branches found
No related tags found
No related merge requests found
......@@ -23,8 +23,10 @@ struct adm5120_info {
unsigned long cpu_speed;
unsigned int boot_loader;
unsigned int board_type;
unsigned int iface_num;
unsigned int has_usb;
unsigned int iface_num; /* Number of Ethernet interfaces */
unsigned int has_usb; /* USB controller presence flag */
u32 window_addr; /* Flash address */
u32 window_size; /* Flash size */
};
#define CPU_SPEED_175 175000000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment