[PATCH] boot: Fix reference to bootmenu doc
Simon Glass
sjg at chromium.org
Fri Aug 18 16:59:56 CEST 2023
On Fri, 18 Aug 2023 at 08:54, Peter Robinson <pbrobinson at gmail.com> wrote:
>
> The Kconfig references a readme file that's moved and
> converted to rst so update the reference.
>
> Signed-off-by: Peter Robinson <pbrobinson at gmail.com>
> ---
> boot/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
>
> diff --git a/boot/Kconfig b/boot/Kconfig
> index e8fb03b8016..86c2787dc53 100644
> --- a/boot/Kconfig
> +++ b/boot/Kconfig
> @@ -1439,7 +1439,7 @@ config AUTOBOOT_MENU_SHOW
> This enables the boot menu, controlled by environment variables
> defined by the board. The menu starts after running the 'preboot'
> environmnent variable (if enabled) and before handling the boot delay.
> - See README.bootmenu for more details.
> + See doc/usage/cmd/bootmenu.rst for more details.
>
> config BOOTMENU_DISABLE_UBOOT_CONSOLE
> bool "Disallow bootmenu to enter the U-Boot console"
> --
> 2.41.0
>
More information about the U-Boot
mailing list