9
0
Fork 0

at91sam9260_devices: change flag ETX{2,3} to what was intended

Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Michael Grzeschik 2011-12-08 13:46:52 +01:00 committed by Sascha Hauer
parent 14cce713b9
commit e72399a62e
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ void at91_add_device_nand(struct atmel_nand_data *data);
#define AT91SAM_ETHER_MII (0 << 0)
#define AT91SAM_ETHER_RMII (1 << 0)
#define AT91SAM_ETHER_FORCE_LINK (1 << 1)
#define AT91SAM_ETX2_ETX3_ALTERNATIVE (2 << 0)
#define AT91SAM_ETX2_ETX3_ALTERNATIVE (1 << 2)
struct at91_ether_platform_data {
unsigned int flags;