Re: [U-Boot] [PATCH v3 1/3] x86: Convert minnowmax to use CONFIG_DM_USB

2015-08-11 Thread Simon Glass
On 10 August 2015 at 23:49, Bin Meng wrote: > On Tue, Aug 11, 2015 at 12:02 PM, Simon Glass wrote: >> Move to driver model for USB on minnowmax. >> >> Signed-off-by: Simon Glass >> --- >> >> Changes in v3: >> - Use savedefconfig to tidy up the ordering >> >> Changes in v2: None >> >> configs/mi

Re: [U-Boot] [PATCH v3 1/3] x86: Convert minnowmax to use CONFIG_DM_USB

2015-08-10 Thread Bin Meng
On Tue, Aug 11, 2015 at 12:02 PM, Simon Glass wrote: > Move to driver model for USB on minnowmax. > > Signed-off-by: Simon Glass > --- > > Changes in v3: > - Use savedefconfig to tidy up the ordering > > Changes in v2: None > > configs/minnowmax_defconfig | 9 + > 1 file changed, 5 inser

[U-Boot] [PATCH v3 1/3] x86: Convert minnowmax to use CONFIG_DM_USB

2015-08-10 Thread Simon Glass
Move to driver model for USB on minnowmax. Signed-off-by: Simon Glass --- Changes in v3: - Use savedefconfig to tidy up the ordering Changes in v2: None configs/minnowmax_defconfig | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/configs/minnowmax_defconfig b/confi