mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-02 07:31:11 +01:00
net: remove unused CONFIG_AT91_LEGACY
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
This commit is contained in:
parent
2ece29b102
commit
1bcdde2499
1 changed files with 0 additions and 9 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue