Re: [U-Boot] [PATCH v2] net: macb: Fix ETH not found when clock not support

2017-02-14 Thread Joe Hershberger
On Tue, Feb 14, 2017 at 2:24 AM, Wenyou Yang wrote: > For the boards such as smartweb on which the clock driver isn't > supported, the ethernet fail to be found when booting up with > the below log. > ---8<--- > Net: No ethernet found. > --->8--- > > Signed-off-by: Wenyou Yang > Tested-by: Heik

[U-Boot] [PATCH v2] net: macb: Fix ETH not found when clock not support

2017-02-14 Thread Wenyou Yang
For the boards such as smartweb on which the clock driver isn't supported, the ethernet fail to be found when booting up with the below log. ---8<--- Net: No ethernet found. --->8--- Signed-off-by: Wenyou Yang Tested-by: Heiko Schocher --- Changes in v2: - Rebase on current commit: 85d0bea15