diff options
| author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-05-16 10:02:05 +0200 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2009-06-12 20:39:52 +0200 | 
| commit | 9475c63c7855edd863c93a9bb0f4b8e240d9d212 (patch) | |
| tree | 17b09960d8aadcdb84aa47e8846f1cb9b1c10b5a /cpu/arm926ejs/at91/at91sam9260_devices.c | |
| parent | 1bbae2b816d4ed38db2ebf42166a973b1ffc0df7 (diff) | |
| download | olio-uboot-2014.01-9475c63c7855edd863c93a9bb0f4b8e240d9d212.tar.xz olio-uboot-2014.01-9475c63c7855edd863c93a9bb0f4b8e240d9d212.zip | |
afeb9260: fix macb device init
uses PA10, PA11 for ETX2 and ETX3.
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'cpu/arm926ejs/at91/at91sam9260_devices.c')
| -rw-r--r-- | cpu/arm926ejs/at91/at91sam9260_devices.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cpu/arm926ejs/at91/at91sam9260_devices.c b/cpu/arm926ejs/at91/at91sam9260_devices.c index 6dc0acc62..5309ba282 100644 --- a/cpu/arm926ejs/at91/at91sam9260_devices.c +++ b/cpu/arm926ejs/at91/at91sam9260_devices.c @@ -167,7 +167,7 @@ void at91_macb_hw_init(void)  	at91_set_B_periph(AT91_PIN_PA25, 0);	/* ERX2 */  	at91_set_B_periph(AT91_PIN_PA26, 0);	/* ERX3 */  	at91_set_B_periph(AT91_PIN_PA27, 0);	/* ERXCK */ -#if defined(CONFIG_AT91SAM9260EK) +#if defined(CONFIG_AT91SAM9260EK) || defined(CONFIG_AFEB9260)  	/*  	 * use PA10, PA11 for ETX2, ETX3.  	 * PA23 and PA24 are for TWI EEPROM |