[U-Boot] [PATCH 1/3] configs: mx53loco: Remove CONFIG_HAS_ETH1
Fabio Estevam
fabio.estevam at freescale.com
Mon Oct 15 19:26:16 CEST 2012
mx53loco has only one Ethernet port, so remove CONFIG_HAS_ETH1 option.
Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
---
include/configs/mx53loco.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/configs/mx53loco.h b/include/configs/mx53loco.h
index 2ecfbd6..0658dd3 100644
--- a/include/configs/mx53loco.h
+++ b/include/configs/mx53loco.h
@@ -58,7 +58,6 @@
#define CONFIG_DOS_PARTITION
/* Eth Configs */
-#define CONFIG_HAS_ETH1
#define CONFIG_MII
#define CONFIG_FEC_MXC
--
1.7.9.5
More information about the U-Boot
mailing list