diff options
author | Fugang Duan <B38611@freescale.com> | 2012-03-19 13:49:48 +0800 |
---|---|---|
committer | Fugang Duan <B38611@freescale.com> | 2012-03-22 20:30:20 +0800 |
commit | a009cd46b542f91be79c6e3c0d095fdfc3952234 (patch) | |
tree | 0b4dba5afac80a59dc03888bdf79e8e55b46b4f7 /include | |
parent | 0831e71b50f865b5800875391bf00668d1972412 (diff) | |
download | u-boot-imx-a009cd46b542f91be79c6e3c0d095fdfc3952234.zip u-boot-imx-a009cd46b542f91be79c6e3c0d095fdfc3952234.tar.gz u-boot-imx-a009cd46b542f91be79c6e3c0d095fdfc3952234.tar.bz2 |
ENGR00176837-4 - imx6solo sabreauto : remove Ethernet phy MICREL macro.
- FEC detect phy OUID to check phy type, so remove MICREL macro
in board config file.
Signed-off-by: Fugang Duan <B38611@freescale.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/configs/mx6solo_sabreauto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/mx6solo_sabreauto.h b/include/configs/mx6solo_sabreauto.h index 2b957bf..32a5320 100644 --- a/include/configs/mx6solo_sabreauto.h +++ b/include/configs/mx6solo_sabreauto.h @@ -167,7 +167,6 @@ #define CONFIG_FEC0_PHY_ADDR 1 #define CONFIG_ETH_PRIME #define CONFIG_RMII -#define CONFIG_PHY_MICREL_KSZ9021 #define CONFIG_CMD_MII #define CONFIG_CMD_DHCP #define CONFIG_CMD_PING |