Re: [U-Boot] [PATCH] net: MVGBE don't automatically select PHYLIB

2018-05-17 Thread Chris Packham
On Fri, May 18, 2018 at 12:02 AM Tom Rini wrote: > On Thu, May 17, 2018 at 01:59:36PM +0200, Stefan Roese wrote: > > On 17.05.2018 13:53, Chris Packham wrote: > > > > > > > > >On Thu, 17 May 2018, 11:09 PM Tom Rini, > >> wrote:

Re: [U-Boot] [PATCH] net: MVGBE don't automatically select PHYLIB

2018-05-17 Thread Tom Rini
On Thu, May 17, 2018 at 01:59:36PM +0200, Stefan Roese wrote: > On 17.05.2018 13:53, Chris Packham wrote: > > > > > >On Thu, 17 May 2018, 11:09 PM Tom Rini, >> wrote: > > > >On Thu, May 17, 2018 at 09:03:15PM +1200, Chris Packham wrote: > >

Re: [U-Boot] [PATCH] net: MVGBE don't automatically select PHYLIB

2018-05-17 Thread Stefan Roese
On 17.05.2018 13:53, Chris Packham wrote: On Thu, 17 May 2018, 11:09 PM Tom Rini, > wrote: On Thu, May 17, 2018 at 09:03:15PM +1200, Chris Packham wrote: > Not all users of MVGBE need PHYLIB and it increases the size of the >

Re: [U-Boot] [PATCH] net: MVGBE don't automatically select PHYLIB

2018-05-17 Thread Chris Packham
On Thu, 17 May 2018, 11:09 PM Tom Rini, wrote: > On Thu, May 17, 2018 at 09:03:15PM +1200, Chris Packham wrote: > > Not all users of MVGBE need PHYLIB and it increases the size of the > > openrd images too much. > > > > Fixes: commit ed52ea507f12 ("net: add Kconfig for

Re: [U-Boot] [PATCH] net: MVGBE don't automatically select PHYLIB

2018-05-17 Thread Tom Rini
On Thu, May 17, 2018 at 09:03:15PM +1200, Chris Packham wrote: > Not all users of MVGBE need PHYLIB and it increases the size of the > openrd images too much. > > Fixes: commit ed52ea507f12 ("net: add Kconfig for MVGBE") > Signed-off-by: Chris Packham > Cc: Tom Rini

Re: [U-Boot] [PATCH] net: MVGBE don't automatically select PHYLIB

2018-05-17 Thread Stefan Roese
Hi Joe, On 17.05.2018 11:03, Chris Packham wrote: Not all users of MVGBE need PHYLIB and it increases the size of the openrd images too much. Fixes: commit ed52ea507f12 ("net: add Kconfig for MVGBE") Signed-off-by: Chris Packham Cc: Tom Rini Cc:

Re: [U-Boot] [PATCH] net: MVGBE don't automatically select PHYLIB

2018-05-17 Thread Stefan Roese
On 17.05.2018 11:03, Chris Packham wrote: Not all users of MVGBE need PHYLIB and it increases the size of the openrd images too much. Fixes: commit ed52ea507f12 ("net: add Kconfig for MVGBE") Signed-off-by: Chris Packham Cc: Tom Rini Cc: Stefan

[U-Boot] [PATCH] net: MVGBE don't automatically select PHYLIB

2018-05-17 Thread Chris Packham
Not all users of MVGBE need PHYLIB and it increases the size of the openrd images too much. Fixes: commit ed52ea507f12 ("net: add Kconfig for MVGBE") Signed-off-by: Chris Packham Cc: Tom Rini Cc: Stefan Roese --- drivers/net/Kconfig