diff options
| author | Michal Simek <monstr@monstr.eu> | 2009-08-20 22:36:20 +0200 |
|---|---|---|
| committer | Tom Rix <Tom.Rix@windriver.com> | 2009-10-03 09:04:22 -0500 |
| commit | d60166d86c8bcb83738ab520e904890ade439481 (patch) | |
| tree | e47b3776efc551c6fa92d33696e78524e1f0a9b4 /include | |
| parent | 6f7fdb5fe977c09831c11be0f15818d86aa392a2 (diff) | |
net: Remove old Xilinx Emac driver
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/microblaze-generic.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/configs/microblaze-generic.h b/include/configs/microblaze-generic.h index ca071a31bc..4ab8ca3991 100644 --- a/include/configs/microblaze-generic.h +++ b/include/configs/microblaze-generic.h @@ -58,10 +58,7 @@ /*#define CONFIG_SYS_RESET_ADDRESS TEXT_BASE*/ /* ethernet */ -#ifdef XILINX_EMAC_BASEADDR - #define CONFIG_XILINX_EMAC 1 - #define CONFIG_SYS_ENET -#elif XILINX_EMACLITE_BASEADDR +#ifdef XILINX_EMACLITE_BASEADDR #define CONFIG_XILINX_EMACLITE 1 #define CONFIG_SYS_ENET #elif XILINX_LLTEMAC_BASEADDR |
