Re: [PATCH] Remove default value of CONFIG_PREBOOT for CONFIG_USB_STORAGE

2020-10-22 Thread Tom Rini
On Mon, Oct 12, 2020 at 09:47:50AM +0200, Patrick Delaunay wrote: > Remove the default value "usb start" for CONFIG_USB_STORAGE as the USB > storage boot initialization is correctly managed by distro boot command > ('usb_boot' defined in include/config_distro_bootcmd.h already include > the comma

Re: [PATCH] Remove default value of CONFIG_PREBOOT for CONFIG_USB_STORAGE

2020-10-15 Thread Simon Glass
On Mon, 12 Oct 2020 at 01:48, Patrick Delaunay wrote: > > Remove the default value "usb start" for CONFIG_USB_STORAGE as the USB > storage boot initialization is correctly managed by distro boot command > ('usb_boot' defined in include/config_distro_bootcmd.h already include > the command 'usb s

[PATCH] Remove default value of CONFIG_PREBOOT for CONFIG_USB_STORAGE

2020-10-12 Thread Patrick Delaunay
Remove the default value "usb start" for CONFIG_USB_STORAGE as the USB storage boot initialization is correctly managed by distro boot command ('usb_boot' defined in include/config_distro_bootcmd.h already include the command 'usb start'). Fixes: 324d77998ed6 ("Define default CONFIG_PREBOOT with