aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2022-03-11 16:22:39 -0700
committerTom Rini <trini@konsulko.com>2022-04-07 14:06:12 -0400
commit5bf2d36119390b1c4f5408b3445fc2fc6a62b4fe (patch)
tree321f4c0f456df68e462b895abae0359f9d286e42
parentb2b26c7e13764144cef58941f4462975a7e02e89 (diff)
downloadu-boot-5bf2d36119390b1c4f5408b3445fc2fc6a62b4fe.zip
u-boot-5bf2d36119390b1c4f5408b3445fc2fc6a62b4fe.tar.gz
u-boot-5bf2d36119390b1c4f5408b3445fc2fc6a62b4fe.tar.bz2
env: Drop the unncessary protocol mention in autoload
Drop this text at the end since it already mentions bootp and dhcp. Signed-off-by: Simon Glass <sjg@chromium.org> Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
-rw-r--r--doc/usage/environment.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/environment.rst b/doc/usage/environment.rst
index 4b228c1..80550fc 100644
--- a/doc/usage/environment.rst
+++ b/doc/usage/environment.rst
@@ -170,7 +170,7 @@ autoload
if set to "no" (any string beginning with 'n'),
"bootp" and "dhcp" will just load perform a lookup of the
configuration from the BOOTP server, but not try to
- load any image using TFTP or DHCP.
+ load any image.
autostart
if set to "yes", an image loaded using the "bootp", "dhcp",