major cleanup of the ar531x code, improved hardware detection and support for multiple ethernet interfaces

SVN-Revision: 6307
This commit is contained in:
Felix Fietkau
2007-02-16 09:23:15 +00:00
parent 312aeaf1be
commit 3d60d69334
14 changed files with 360 additions and 429 deletions

View File

@@ -20,7 +20,9 @@ struct ar531x_eth {
u32 reset_base;
u32 reset_mac;
u32 reset_phy;
u32 phy_base;
char *board_config;
char *macaddr;
};
#endif /* __AR531X_PLATFORM_H */