aboutsummaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2023-08-18 15:54:10 +0100
committerTom Rini <trini@konsulko.com>2023-08-28 15:59:22 -0400
commitd167062c48a822ae754f1b1c75e97233184b8a0e (patch)
treed19ff6ae81d3aa6351461f0d0047ddd16b1f41e4 /boot
parent6a1d3f64c201ed3f6df819cfcf08154b6ec1c02e (diff)
downloadu-boot-d167062c48a822ae754f1b1c75e97233184b8a0e.zip
u-boot-d167062c48a822ae754f1b1c75e97233184b8a0e.tar.gz
u-boot-d167062c48a822ae754f1b1c75e97233184b8a0e.tar.bz2
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 <pbrobinson@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'boot')
-rw-r--r--boot/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/Kconfig b/boot/Kconfig
index e8fb03b..86c2787 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"