diff options
author | Tom Rini <trini@konsulko.com> | 2017-09-26 08:26:57 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-09-26 08:26:57 -0400 |
commit | 0cc8c3064d4be2f5492f04f9d1eda1ee256ac4e7 (patch) | |
tree | 4dd552c69651f38571f60058e231a85504bd7784 /arch/arm/mach-mvebu/include/mach/config.h | |
parent | 3efd01895478fc1b46f686d0de959919218fc5af (diff) | |
parent | 0d106f1e731a4ea47eaeb4b70cc8b4fcc13a3e40 (diff) |
Merge git://www.denx.de/git/u-boot-marvell
Diffstat (limited to 'arch/arm/mach-mvebu/include/mach/config.h')
-rw-r--r-- | arch/arm/mach-mvebu/include/mach/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mach-mvebu/include/mach/config.h b/arch/arm/mach-mvebu/include/mach/config.h index 2dc9b1dea3..cfd0952470 100644 --- a/arch/arm/mach-mvebu/include/mach/config.h +++ b/arch/arm/mach-mvebu/include/mach/config.h @@ -76,9 +76,6 @@ */ #ifdef CONFIG_CMD_NET #define CONFIG_MII /* expose smi ove miiphy interface */ -#if !defined(CONFIG_ARMADA_375) -#define CONFIG_MVNETA /* Enable Marvell Gbe Controller Driver */ -#endif #define CONFIG_ENV_OVERWRITE /* ethaddr can be reprogrammed */ #define CONFIG_ARP_TIMEOUT 200 #define CONFIG_NET_RETRY_COUNT 50 |