From 0690c69b279b39764925dc880aa11f3eb0f6141b Mon Sep 17 00:00:00 2001
From: Fabio Estevam <fabio.estevam@freescale.com>
Date: Mon, 15 Oct 2012 07:26:18 +0000
Subject: [PATCH] configs: mx53evk: Remove CONFIG_HAS_ETH1

mx53evk has only one Ethernet port, so remove CONFIG_HAS_ETH1 option.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 include/configs/mx53evk.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h
index 832050ea970..8fc415eb70c 100644
--- a/include/configs/mx53evk.h
+++ b/include/configs/mx53evk.h
@@ -73,7 +73,6 @@
 #define CONFIG_DOS_PARTITION
 
 /* Eth Configs */
-#define CONFIG_HAS_ETH1
 #define CONFIG_MII
 
 #define CONFIG_FEC_MXC
-- 
GitLab