]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
net: remove unused CONFIG_AT91_LEGACY
authorAndreas Bießmann <andreas.devel@googlemail.com>
Wed, 30 Oct 2013 14:18:21 +0000 (15:18 +0100)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Wed, 13 Nov 2013 21:13:32 +0000 (22:13 +0100)
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
drivers/net/at91_emac.c

index 73612ea069108eab4e25ae8bcd10cee951d18318..64d4c56ac56ac3b996b3659a3c9b81e473f8ec14 100644 (file)
 
 #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>