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>
This commit is contained in:
parent
9d4e88c021
commit
754a722d1b
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue