Re: [U-Boot] [PATCH 2/2] configs: Migrate CONFIG_USB_STORAGE

2016-09-09 Thread Tom Rini
On Thu, Sep 08, 2016 at 09:19:05PM -0400, Tom Rini wrote: > In some cases we were missing CONFIG_USB=y so enable that when needed. > > Signed-off-by: Tom Rini Applied to u-boot/master, thanks! -- Tom signature.asc Description: Digital signature __

Re: [U-Boot] [PATCH 2/2] configs: Migrate CONFIG_USB_STORAGE

2016-09-09 Thread Tom Rini
On Fri, Sep 09, 2016 at 01:52:34PM +0900, Masahiro Yamada wrote: [snip] > BTW, > > $ git grep CONFIG_USB=y configs/*_defconfig | wc > 669 669 30938 > $ git grep CONFIG_USB_STORAGE=y configs/*_defconfig | wc > 650 650 35349 > > > With this series, we will have 669 boards with

Re: [U-Boot] [PATCH 2/2] configs: Migrate CONFIG_USB_STORAGE

2016-09-08 Thread Masahiro Yamada
2016-09-09 10:19 GMT+09:00 Tom Rini : > In some cases we were missing CONFIG_USB=y so enable that when needed. > > Signed-off-by: Tom Rini > --- > The only change here is that due to how we deal with cmd/disk.c today > we once again link this file in and get the strings on am43xx_evm* in > SPL. T