diff options
author | Lars Poeschel <poeschel@lemonage.de> | 2015-06-02 11:25:54 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-06-02 11:12:32 -0400 |
commit | 42eccdd650915962345daeae831dab183d67511b (patch) | |
tree | 65c8a59caa52c8edbc20a6d215c5a6239f5884eb /include/configs/armadillo-800eva.h | |
parent | 225bf1ef6555e73bc940a0f3a20300b95e1bf3f9 (diff) | |
download | u-boot-imx-42eccdd650915962345daeae831dab183d67511b.zip u-boot-imx-42eccdd650915962345daeae831dab183d67511b.tar.gz u-boot-imx-42eccdd650915962345daeae831dab183d67511b.tar.bz2 |
configs: remove CONFIG_NET_MULTI
CONFIG_NET_MULTI is not used anywhere and thus can safely be removed
from the configs.
Acked-by: Marek Vasut <marex@denx.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Lars Poeschel <poeschel@lemonage.de>
Diffstat (limited to 'include/configs/armadillo-800eva.h')
-rw-r--r-- | include/configs/armadillo-800eva.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/armadillo-800eva.h b/include/configs/armadillo-800eva.h index 14b0781..e540e3f 100644 --- a/include/configs/armadillo-800eva.h +++ b/include/configs/armadillo-800eva.h @@ -120,7 +120,6 @@ #define CONFIG_ENV_SIZE_REDUND (CONFIG_ENV_SECT_SIZE) /* SH Ether */ -#define CONFIG_NET_MULTI #define CONFIG_SH_ETHER #define CONFIG_SH_ETHER_USE_PORT 0 #define CONFIG_SH_ETHER_PHY_ADDR 0x0 |