aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-03-11 16:22:38 -0700
committerTom Rini <trini@konsulko.com>2022-04-07 16:50:53 -0400
commit9d4e88c02163e1f1824afa3ff142ec7a116fbe5c (patch)
treecab70bdf6de2c947a564afbef2cdb076cd175239 /doc
parentcc5a490cf46565d3a42f86beaac05f56f4f40741 (diff)
downloadu-boot-9d4e88c02163e1f1824afa3ff142ec7a116fbe5c.zip
u-boot-9d4e88c02163e1f1824afa3ff142ec7a116fbe5c.tar.gz
u-boot-9d4e88c02163e1f1824afa3ff142ec7a116fbe5c.tar.bz2
env: Move the doc comment to the code
This doesn't really make much sense in the documentation. Add a code comment instead. Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/usage/environment.rst1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/usage/environment.rst b/doc/usage/environment.rst
index d295cc8..4b228c1 100644
--- a/doc/usage/environment.rst
+++ b/doc/usage/environment.rst
@@ -120,7 +120,6 @@ bootdelay
The default value is defined by CONFIG_BOOTDELAY.
The value of 'bootdelay' is overridden by the /config/bootdelay value in
the device-tree if CONFIG_OF_CONTROL=y.
- Does it really make sense that the devicetree overrides the user setting?
bootcmd
The command that is run if the user does not enter the shell during the