Re: [U-Boot] [PATCH] boards: amlogic-g200: remove phy reset

2019-05-31 Thread Neil Armstrong
On 28/05/2019 13:15, Neil Armstrong wrote: > The PHY reset is now handled by the MAC driver, remove this leftover. > > Signed-off-by: Neil Armstrong > --- > board/amlogic/q200/q200.c | 6 -- > 1 file changed, 6 deletions(-) > > diff --git a/board/amlogic/q200/q200.c

[U-Boot] [PATCH] boards: amlogic-g200: remove phy reset

2019-05-28 Thread Neil Armstrong
The PHY reset is now handled by the MAC driver, remove this leftover. Signed-off-by: Neil Armstrong --- board/amlogic/q200/q200.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/board/amlogic/q200/q200.c b/board/amlogic/q200/q200.c index 1932c14aa2..2ea97c362e 100644 ---