Re: [U-Boot] [PATCH v6 4/6] net: e1000: Add Kconfig options

2015-08-19 Thread Simon Glass
Hi Joe, On 18 August 2015 at 23:01, Joe Hershberger wrote: > Hi Simon, > > On Tue, Aug 18, 2015 at 11:38 PM, Simon Glass wrote: >> Add Kconfig options in preparation for moving boards to use Kconfig. >> >> Signed-off-by: Simon Glass > > Acked-by: Joe Hershberger > > I think that's all of it, r

Re: [U-Boot] [PATCH v6 4/6] net: e1000: Add Kconfig options

2015-08-18 Thread Joe Hershberger
Hi Simon, On Tue, Aug 18, 2015 at 11:38 PM, Simon Glass wrote: > Add Kconfig options in preparation for moving boards to use Kconfig. > > Signed-off-by: Simon Glass Acked-by: Joe Hershberger I think that's all of it, right? I'll pull this series into u-boot-net.git. Thanks! -Joe

[U-Boot] [PATCH v6 4/6] net: e1000: Add Kconfig options

2015-08-18 Thread Simon Glass
Add Kconfig options in preparation for moving boards to use Kconfig. Signed-off-by: Simon Glass --- Changes in v6: - Drop CONFIG_E1000_FALLBACK_MAC option from README Changes in v5: None Changes in v4: None Changes in v3: - Drop CONFIG_E1000_FALLBACK_MAC option Changes in v2: - Move the Kconfi