diff options
author | Tom Rini | 2017-08-07 22:00:34 -0400 |
---|---|---|
committer | Tom Rini | 2017-08-08 17:02:31 -0400 |
commit | 1989374b21089c63019fc9648408c8d609023ffe (patch) | |
tree | 429c7284e4500562c315061ced6cd5f1e6b0f605 /include/configs/tb100.h | |
parent | 6e7adf7037c76f081b149685fa5e978e2ddf2a22 (diff) |
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/tb100.h')
-rw-r--r-- | include/configs/tb100.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/configs/tb100.h b/include/configs/tb100.h index 67b5774a096..546f2d3a4ba 100644 --- a/include/configs/tb100.h +++ b/include/configs/tb100.h @@ -32,11 +32,6 @@ #define CONFIG_SYS_NS16550_CLK 166666666 /* - * Ethernet PHY configuration - */ -#define CONFIG_PHY_GIGE - -/* * Even though the board houses Realtek RTL8211E PHY * corresponding PHY driver (drivers/net/phy/realtek.c) behaves unexpectedly. * In particular "parse_status" reports link is down. |