diff options
author | Tom Rini <trini@konsulko.com> | 2017-08-08 02:00:34 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-08 21:02:31 (GMT) |
commit | 1989374b21089c63019fc9648408c8d609023ffe (patch) | |
tree | 429c7284e4500562c315061ced6cd5f1e6b0f605 /include/configs/dra7xx_evm.h | |
parent | 6e7adf7037c76f081b149685fa5e978e2ddf2a22 (diff) | |
download | u-boot-fsl-qoriq-1989374b21089c63019fc9648408c8d609023ffe.tar.xz |
configs: Finish migration of PHY_GIGE
Reviewed-by: Joe Hershberger <joe.hershberger@ni.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/dra7xx_evm.h')
-rw-r--r-- | include/configs/dra7xx_evm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index 486653b..1a58c6e 100644 --- a/include/configs/dra7xx_evm.h +++ b/include/configs/dra7xx_evm.h @@ -112,7 +112,6 @@ #define CONFIG_NET_RETRY_COUNT 10 #define CONFIG_DRIVER_TI_CPSW /* Driver for IP block */ #define CONFIG_MII /* Required in net/eth.c */ -#define CONFIG_PHY_GIGE /* per-board part of CPSW */ #define CONFIG_PHY_TI /* SPI */ |