Remove default value of CONFIG_PREBOOT for CONFIG_USB_STORAGE
authorPatrick Delaunay <patrick.delaunay@st.com>
Mon, 12 Oct 2020 07:47:50 +0000 (09:47 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 22 Oct 2020 15:26:14 +0000 (11:26 -0400)
commit87459da10219c284647a45bfffb620911168f911
tree6c4eeb4681419f3521b68e5e468aa56e81d800cb
parent7438d6a6c482d4584d9685aae92374aa9a22e8c1
Remove default value of CONFIG_PREBOOT for CONFIG_USB_STORAGE

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 right config option")
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
common/Kconfig.boot