diff options
author | Pavel Machek <pavel@denx.de> | 2014-09-09 02:45:03 +0200 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2014-10-06 17:36:40 +0200 |
commit | 464eec6d42cbdb5a57573d40ba64aad0e92aa689 (patch) | |
tree | 6e7901d0970bba39ff5ce0328fd8a818ceacb9d7 | |
parent | be9f643ae6aa9044c60fe80e3a2c10be8371c692 (diff) | |
download | u-boot-imx-464eec6d42cbdb5a57573d40ba64aad0e92aa689.zip u-boot-imx-464eec6d42cbdb5a57573d40ba64aad0e92aa689.tar.gz u-boot-imx-464eec6d42cbdb5a57573d40ba64aad0e92aa689.tar.bz2 |
net: Remove unused CONFIG_DW_SEARCH_PHY from configs
Remove this symbol from configs, since it's unused.
Signed-off-by: Pavel Machek <pavel@denx.de>
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <clsee@altera.com>
Cc: Dinh Nguyen <dinguyen@altera.com>
Cc: Albert Aribaud <albert.u.boot@aribaud.net>
Cc: Tom Rini <trini@ti.com>
Cc: Wolfgang Denk <wd@denx.de>
Cc: Pavel Machek <pavel@denx.de>
Cc: Joe Hershberger <joe.hershberger@gmail.com>
Acked-by: Chin Liang See <clsee@altera.com>
-rw-r--r-- | include/configs/axs101.h | 1 | ||||
-rw-r--r-- | include/configs/socfpga_cyclone5.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/axs101.h b/include/configs/axs101.h index c22d6d0..1bf8390 100644 --- a/include/configs/axs101.h +++ b/include/configs/axs101.h @@ -125,7 +125,6 @@ */ #define CONFIG_DESIGNWARE_ETH #define CONFIG_DW_AUTONEG -#define CONFIG_DW_SEARCH_PHY #define CONFIG_NET_MULTI /* diff --git a/include/configs/socfpga_cyclone5.h b/include/configs/socfpga_cyclone5.h index 5d145cd..39e9368 100644 --- a/include/configs/socfpga_cyclone5.h +++ b/include/configs/socfpga_cyclone5.h @@ -225,7 +225,6 @@ /* designware */ #define CONFIG_NET_MULTI #define CONFIG_DW_ALTDESCRIPTOR -#define CONFIG_DW_SEARCH_PHY #define CONFIG_MII #define CONFIG_PHY_GIGE #define CONFIG_DW_AUTONEG |