From: Peter Robinson Date: Fri, 18 Aug 2023 14:54:10 +0000 (+0100) Subject: boot: Fix reference to bootmenu doc X-Git-Tag: v2025.01-rc5-pxa1908~870^2~10 X-Git-Url: http://git.dujemihanovic.xyz/posts?a=commitdiff_plain;h=d167062c48a822ae754f1b1c75e97233184b8a0e;p=u-boot.git boot: Fix reference to bootmenu doc The Kconfig references a readme file that's moved and converted to rst so update the reference. Signed-off-by: Peter Robinson Reviewed-by: Simon Glass --- diff --git a/boot/Kconfig b/boot/Kconfig index e8fb03b801..86c2787dc5 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"