]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit0d0f124e6b2b1fa3b26415d97c0f4b993eabff10
tree6c4eeb4681419f3521b68e5e468aa56e81d800cb
parent19444cf43ce7174315143ca4510d5d38f68793a5
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: 36611e1991f3 ("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