[U-Boot] [PATCH v2 07/10] x86: crownbay: Convert to use CONFIG_DM_ETH for E1000

2015-08-26 Thread Bin Meng
Since E1000 driver has been converted to driver model, enable it on Intel Crown Bay. But the Intel Topcliff GbE driver has not been converted to driver model yet, disable it for now. Signed-off-by: Bin Meng bmeng...@gmail.com --- Changes in v2: None board/intel/crownbay/crownbay.c | 6 --

Re: [U-Boot] [PATCH v2 07/10] x86: crownbay: Convert to use CONFIG_DM_ETH for E1000

2015-08-26 Thread Joe Hershberger
Hi Bin, On Wed, Aug 26, 2015 at 8:17 AM, Bin Meng bmeng...@gmail.com wrote: Since E1000 driver has been converted to driver model, enable it on Intel Crown Bay. But the Intel Topcliff GbE driver has not been converted to driver model yet, disable it for now. Signed-off-by: Bin Meng