Re: [U-Boot] [RESEND PATCH v3 2/5] net: fix netconsole when CONFIG_DM_ETH is set

2015-09-30 Thread Joe Hershberger
On Mon, Sep 14, 2015 at 8:29 AM, Bernhard Nortmann wrote: > This patch uses the eth_is_active() function to work around > issues that prevented compilation with the newer driver model. > > Signed-off-by: Bernhard Nortmann > Acked-by: Joe Hershberger Applied to u-boot-net/master, thanks! -Joe __

[U-Boot] [RESEND PATCH v3 2/5] net: fix netconsole when CONFIG_DM_ETH is set

2015-09-14 Thread Bernhard Nortmann
This patch uses the eth_is_active() function to work around issues that prevented compilation with the newer driver model. Signed-off-by: Bernhard Nortmann Acked-by: Joe Hershberger --- Changes in v3: None Changes in v2: - add "net:" prefix to commit message drivers/net/netconsole.c | 14