diff options
author | Ashok Kumar Reddy <ashokkourla2000@gmail.com> | 2012-09-05 22:09:37 +0530 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2012-09-10 14:22:03 +0200 |
commit | b85705e60ec0f5ce2638ccf27a802e8df1a8d57c (patch) | |
tree | 75ba1b74421e9cc0b3846758b64af31062ef3937 | |
parent | 0dc7b82e4ec7cb95738aebd368d06a5cd8e37595 (diff) | |
download | u-boot-imx-b85705e60ec0f5ce2638ccf27a802e8df1a8d57c.zip u-boot-imx-b85705e60ec0f5ce2638ccf27a802e8df1a8d57c.tar.gz u-boot-imx-b85705e60ec0f5ce2638ccf27a802e8df1a8d57c.tar.bz2 |
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>
-rw-r--r-- | include/configs/ima3-mx53.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/ima3-mx53.h b/include/configs/ima3-mx53.h index 567061a..dbc59b9 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 |