summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAshok Kumar Reddy <ashokkourla2000@gmail.com>2012-09-05 22:09:37 +0530
committerStefano Babic <sbabic@denx.de>2012-09-10 14:22:03 +0200
commitb85705e60ec0f5ce2638ccf27a802e8df1a8d57c (patch)
tree75ba1b74421e9cc0b3846758b64af31062ef3937 /include
parent0dc7b82e4ec7cb95738aebd368d06a5cd8e37595 (diff)
downloadblackbird-obmc-uboot-b85705e60ec0f5ce2638ccf27a802e8df1a8d57c.tar.gz
blackbird-obmc-uboot-b85705e60ec0f5ce2638ccf27a802e8df1a8d57c.zip
ima3-mx53:Rename CONFIG_PRIME => CONFIG_ETHPRME, remove
unused macro CONFIG_DISCOVER_PHY Signed-off-by: Ashok Kumar Reddy <ashokkourla2000@gmail.com> Acked-by: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'include')
-rw-r--r--include/configs/ima3-mx53.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/ima3-mx53.h b/include/configs/ima3-mx53.h
index 567061aee3..dbc59b91e9 100644
--- a/include/configs/ima3-mx53.h
+++ b/include/configs/ima3-mx53.h
@@ -64,7 +64,6 @@
/* Ethernet on FEC */
#define CONFIG_NET_MULTI
#define CONFIG_MII
-#define CONFIG_DISCOVER_PHY
#define CONFIG_FEC_MXC
#define IMX_FEC_BASE FEC_BASE_ADDR
@@ -72,7 +71,7 @@
#define CONFIG_PHY_ADDR CONFIG_FEC_MXC_PHYADDR
#define CONFIG_RESET_PHY_R
#define CONFIG_FEC_MXC_NO_ANEG
-#define CONFIG_PRIME "FEC0"
+#define CONFIG_ETHPRIME "FEC0"
/* SPI */
#define CONFIG_HARD_SPI
OpenPOWER on IntegriCloud