diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2012-10-15 07:26:18 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2012-10-17 18:09:34 +0200 |
commit | 0690c69b279b39764925dc880aa11f3eb0f6141b (patch) | |
tree | a601e75414e1c1d56a64e1036ae163ba11975dd9 | |
parent | ff7a89bb0f3a3a2a9b63097d899a43c2706f3253 (diff) | |
download | u-boot-imx-0690c69b279b39764925dc880aa11f3eb0f6141b.zip u-boot-imx-0690c69b279b39764925dc880aa11f3eb0f6141b.tar.gz u-boot-imx-0690c69b279b39764925dc880aa11f3eb0f6141b.tar.bz2 |
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>
-rw-r--r-- | include/configs/mx53evk.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx53evk.h b/include/configs/mx53evk.h index 832050e..8fc415e 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 |