From 9d4e88c02163e1f1824afa3ff142ec7a116fbe5c Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 11 Mar 2022 16:22:38 -0700 Subject: 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 Signed-off-by: Simon Glass --- doc/usage/environment.rst | 1 - 1 file changed, 1 deletion(-) (limited to 'doc') diff --git a/doc/usage/environment.rst b/doc/usage/environment.rst index d295cc89878..4b228c1de3c 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 -- cgit v1.2.3 From 754a722d1b9572aad7900ad2a8e58f2f8a7cd2cc Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 11 Mar 2022 16:22:39 -0700 Subject: 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 Suggested-by: Heinrich Schuchardt --- doc/usage/environment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/usage/environment.rst b/doc/usage/environment.rst index 4b228c1de3c..80550fc4478 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", -- cgit v1.2.3