diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-04-08 18:15:53 +0900 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2015-05-13 13:01:25 +0200 |
commit | f6b42c140387589ded24749781ce565571092eac (patch) | |
tree | 69675e0edd7f5525384cc5bda381761d9ff02082 /arch/arm/mach-at91/arm926ejs | |
parent | bd328eb38274ffaf04caaa8a6ecc09b7e19a650e (diff) | |
download | u-boot-imx-f6b42c140387589ded24749781ce565571092eac.zip u-boot-imx-f6b42c140387589ded24749781ce565571092eac.tar.gz u-boot-imx-f6b42c140387589ded24749781ce565571092eac.tar.bz2 |
ARM: at91: remove non-generic boards
Remove board support for afeb9260, tny_a9260, and sbc35_a9g20.
They have not been converted into Generic Board yet.
See doc/README.generic-board for details.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Cc: Sergey Lapin <slapin@ossfans.org>
Cc: Albin Tonnerre <albin.tonnerre@free-electrons.com>
Cc: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'arch/arm/mach-at91/arm926ejs')
-rw-r--r-- | arch/arm/mach-at91/arm926ejs/at91sam9260_devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-at91/arm926ejs/at91sam9260_devices.c b/arch/arm/mach-at91/arm926ejs/at91sam9260_devices.c index efb53d6..5e0c0f5 100644 --- a/arch/arm/mach-at91/arm926ejs/at91sam9260_devices.c +++ b/arch/arm/mach-at91/arm926ejs/at91sam9260_devices.c @@ -166,7 +166,7 @@ void at91_macb_hw_init(void) at91_set_b_periph(AT91_PIO_PORTA, 25, 0); /* ERX2 */ at91_set_b_periph(AT91_PIO_PORTA, 26, 0); /* ERX3 */ at91_set_b_periph(AT91_PIO_PORTA, 27, 0); /* ERXCK */ -#if defined(CONFIG_AT91SAM9260EK) || defined(CONFIG_AFEB9260) +#if defined(CONFIG_AT91SAM9260EK) /* * use PA10, PA11 for ETX2, ETX3. * PA23 and PA24 are for TWI EEPROM |