Define default CONFIG_PREBOOT with right config option
authorPeter Robinson <pbrobinson@gmail.com>
Tue, 29 Sep 2020 09:48:14 +0000 (10:48 +0100)
committerTom Rini <trini@konsulko.com>
Tue, 29 Sep 2020 17:17:33 +0000 (13:17 -0400)
commit324d77998ed68aa3ac53bfb6d3dcfb958a79c6a9
treec72278725c8a8bf501769837faef18ebfda7db2d
parentd44d46e9fafaae85b0ebbcdc53999537a199fa2f
Define default CONFIG_PREBOOT with right config option

The 44758771ee commit removes CONFIG_PREBOOT but actually sets the USE_PREBOOT
Kconfig option which isn't CONFIG_PREBOOT and is also a bool option which means
we regress because 'usb start' isn't run when expected, it should also be run
for devices that have USB storage because keyboards aren't the only thing we
might need the USB bus for.

Fixes: 44758771ee ("arm: move CONFIG_PREBOOT="usb start" to KConfig")
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
Cc: Jonas Smedegaard <dr@jones.dk>
Cc: Neil Armstrong <narmstrong@baylibre.com>
common/Kconfig