diff options
author | Simon Glass <sjg@chromium.org> | 2022-03-11 16:22:39 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-04-07 16:50:53 -0400 |
commit | 754a722d1b9572aad7900ad2a8e58f2f8a7cd2cc (patch) | |
tree | a30dee3d62595426641c0dc6a837de0a2d4d6bae /doc | |
parent | 9d4e88c02163e1f1824afa3ff142ec7a116fbe5c (diff) | |
download | u-boot-754a722d1b9572aad7900ad2a8e58f2f8a7cd2cc.zip u-boot-754a722d1b9572aad7900ad2a8e58f2f8a7cd2cc.tar.gz u-boot-754a722d1b9572aad7900ad2a8e58f2f8a7cd2cc.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>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/usage/environment.rst | 2 |
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", |