diff options
| author | Andreas Bießmann <andreas.devel@googlemail.com> | 2013-10-30 15:18:21 +0100 | 
|---|---|---|
| committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2013-11-13 22:13:32 +0100 | 
| commit | 1bcdde249911e1a160dbd8016248fc28771da21f (patch) | |
| tree | 01d577f5d0c7f60de7a3710d06ff4766b652aebf /drivers/net/at91_emac.c | |
| parent | 2ece29b1025350efd9a4ca6d86aeecdb87eb7220 (diff) | |
| download | olio-uboot-2014.01-1bcdde249911e1a160dbd8016248fc28771da21f.tar.xz olio-uboot-2014.01-1bcdde249911e1a160dbd8016248fc28771da21f.zip | |
net: remove unused CONFIG_AT91_LEGACY
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'drivers/net/at91_emac.c')
| -rw-r--r-- | drivers/net/at91_emac.c | 9 | 
1 files changed, 0 insertions, 9 deletions
| diff --git a/drivers/net/at91_emac.c b/drivers/net/at91_emac.c index 73612ea06..64d4c56ac 100644 --- a/drivers/net/at91_emac.c +++ b/drivers/net/at91_emac.c @@ -10,19 +10,10 @@  #include <common.h>  #include <asm/io.h> -#ifndef CONFIG_AT91_LEGACY  #include <asm/arch/hardware.h>  #include <asm/arch/at91_emac.h>  #include <asm/arch/at91_pmc.h>  #include <asm/arch/at91_pio.h> -#else -/* remove next 5 lines, if all RM9200 boards convert to at91 arch */ -#include <asm/arch-at91/at91rm9200.h> -#include <asm/arch-at91/hardware.h> -#include <asm/arch-at91/at91_emac.h> -#include <asm/arch-at91/at91_pmc.h> -#include <asm/arch-at91/at91_pio.h> -#endif  #include <net.h>  #include <netdev.h>  #include <malloc.h> |