Re: [U-Boot] [ PATCH v2] net: move Broadcom SF2 driver to Kconfig

2017-05-30 Thread Joe Hershberger
On Wed, Apr 12, 2017 at 2:00 PM, Tom Rini wrote: > On Wed, Apr 12, 2017 at 10:46:35AM -0700, Steve Rae wrote: > >> From: Suji Velupillai >> >> move to Kconfig: >> CONFIG_BCM_SF2_ETH >> CONFIG_BCM_SF2_ETH_DEFAULT_PORT >> CONFIG_BCM_SF2_ETH_GMAC >> >> Also modified defconfigs of a

Re: [U-Boot] [ PATCH v2] net: move Broadcom SF2 driver to Kconfig

2017-04-12 Thread Tom Rini
On Wed, Apr 12, 2017 at 10:46:35AM -0700, Steve Rae wrote: > From: Suji Velupillai > > move to Kconfig: > CONFIG_BCM_SF2_ETH > CONFIG_BCM_SF2_ETH_DEFAULT_PORT > CONFIG_BCM_SF2_ETH_GMAC > > Also modified defconfigs of all platforms that use these configs. > > Signed-off-by: Su

[U-Boot] [ PATCH v2] net: move Broadcom SF2 driver to Kconfig

2017-04-12 Thread Steve Rae
From: Suji Velupillai move to Kconfig: CONFIG_BCM_SF2_ETH CONFIG_BCM_SF2_ETH_DEFAULT_PORT CONFIG_BCM_SF2_ETH_GMAC Also modified defconfigs of all platforms that use these configs. Signed-off-by: Suji Velupillai Tested-by: Suji Velupillai Reviewed-by: JD Zheng Reviewed