[PATCH] Define default CONFIG_PREBOOT with right config option

Simon Glass sjg at chromium.org
Wed Sep 30 15:44:01 CEST 2020


On Tue, 29 Sep 2020 at 03:48, Peter Robinson <pbrobinson at gmail.com> wrote:
>
> 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 at gmail.com>
> Cc: Jonas Smedegaard <dr at jones.dk>
> Cc: Neil Armstrong <narmstrong at baylibre.com>
> ---
>  common/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list