Re: [U-Boot] [PATCH v2 1/5] Migrate CONFIG_DRIVER_TI_CPSW to Kconfig

2018-04-03 Thread Felix Brack
On 02.04.2018 17:43, Alex Kiernan wrote: > On Mon, Apr 2, 2018 at 12:13 PM, Felix Brack wrote: >> Hi Alex, >> >> On 01.04.2018 11:22, Alex Kiernan wrote: >>> This converts CONFIG_DRIVER_TI_CPSW to Kconfig >>> >>> Signed-off-by: Alex Kiernan >>> Acked-by: Joe

Re: [U-Boot] [PATCH v2 1/5] Migrate CONFIG_DRIVER_TI_CPSW to Kconfig

2018-04-03 Thread Alex Kiernan
On Mon, Apr 2, 2018 at 4:11 PM, Felix Brack wrote: > On 02.04.2018 17:43, Alex Kiernan wrote: >> On Mon, Apr 2, 2018 at 12:13 PM, Felix Brack wrote: >>> Hi Alex, >>> >>> On 01.04.2018 11:22, Alex Kiernan wrote: This converts CONFIG_DRIVER_TI_CPSW to Kconfig

Re: [U-Boot] [PATCH v2 1/5] Migrate CONFIG_DRIVER_TI_CPSW to Kconfig

2018-04-02 Thread Alex Kiernan
On Mon, Apr 2, 2018 at 12:13 PM, Felix Brack wrote: > Hi Alex, > > On 01.04.2018 11:22, Alex Kiernan wrote: >> This converts CONFIG_DRIVER_TI_CPSW to Kconfig >> >> Signed-off-by: Alex Kiernan >> Acked-by: Joe Hershberger >> --- >> >>

Re: [U-Boot] [PATCH v2 1/5] Migrate CONFIG_DRIVER_TI_CPSW to Kconfig

2018-04-02 Thread Felix Brack
Hi Alex, On 01.04.2018 11:22, Alex Kiernan wrote: > This converts CONFIG_DRIVER_TI_CPSW to Kconfig > > Signed-off-by: Alex Kiernan > Acked-by: Joe Hershberger > --- > > Changes in v2: > - Move DRIVER_TI_CPSW outside of the NETDEVICES guard > -

[U-Boot] [PATCH v2 1/5] Migrate CONFIG_DRIVER_TI_CPSW to Kconfig

2018-04-01 Thread Alex Kiernan
This converts CONFIG_DRIVER_TI_CPSW to Kconfig Signed-off-by: Alex Kiernan Acked-by: Joe Hershberger --- Changes in v2: - Move DRIVER_TI_CPSW outside of the NETDEVICES guard - Don't mark DRIVER_TI_CPSW default if ARCH_OMAP2PLUS to fix