[PATCH v2 1/2] autoboot: allow custom prompt without requiring AUTOBOOT_KEYED

Simon Glass sjg at chromium.org
Sat Apr 11 15:27:12 CEST 2026


On 2026-04-08T16:34:55, Ferass El Hafidi <funderscore at postmarketos.org> wrote:
> autoboot: allow custom prompt without requiring AUTOBOOT_KEYED
>
> The autoboot prompt used to only be customizable in Kconfig when
> AUTOBOOT_KEYED was enabled. For a usecase such as having a nicer
> autoboot prompt alongside a splash screen, there is no reason for
> AUTOBOOT_KEYED to be required for this.
>
> Remove the dependency to AUTOBOOT_KEYED, and use AUTOBOOT_PROMPT in
> print_boot_delay() instead of a hardcoded string.
>
> Signed-off-by: Ferass El Hafidi <funderscore at postmarketos.org>
> Reviewed-by: Tom Rini <trini at konsulko.com>
>
> boot/Kconfig      | 30 +++++++++++++++---------------
>  common/autoboot.c |  2 +-
>  2 files changed, 16 insertions(+), 16 deletions(-)

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


More information about the U-Boot mailing list