[U-Boot] [PATCH v4 02/20] usb: Rename SPL_USB_SUPPORT to SPL_USB_STORAGE

2019-02-01 Thread Abel Vesa
Since there is the SPL_USB_HOST_SUPPORT for enabling USB support in SPL, makes more sense to rename the SPL_USB_SUPPORT as SPL_USB_STORAGE. Everything that is not part of the usb storage support in SPL is now build under SPL_USB_HOST_SUPPORT. Signed-off-by: Abel Vesa Reviewed-by: Tom Rini --- a

Re: [U-Boot] [PATCH v4 02/20] usb: Rename SPL_USB_SUPPORT to SPL_USB_STORAGE

2019-02-02 Thread Fabio Estevam
On Fri, Feb 1, 2019 at 2:48 PM Abel Vesa wrote: > > Since there is the SPL_USB_HOST_SUPPORT for enabling USB support in SPL, > makes more sense to rename the SPL_USB_SUPPORT as SPL_USB_STORAGE. > Everything that is not part of the usb storage support in SPL is now > build under SPL_USB_HOST_SUPPOR

Re: [U-Boot] [PATCH v4 02/20] usb: Rename SPL_USB_SUPPORT to SPL_USB_STORAGE

2019-02-02 Thread Lukasz Majewski
On Fri, 1 Feb 2019 16:40:07 + Abel Vesa wrote: > Since there is the SPL_USB_HOST_SUPPORT for enabling USB support in > SPL, makes more sense to rename the SPL_USB_SUPPORT as > SPL_USB_STORAGE. Everything that is not part of the usb storage > support in SPL is now build under SPL_USB_HOST_SUPP