X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2FREADME.silent;h=70202cece97fe8a53b49251ca8f64a9cef26ee1e;hb=714afa64f3d81a660715b61785f1f3a3b986f852;hp=a26e3df0da606af9c278f70a4e90d87417ef5c57;hpb=f82642e33899766892499b163e60560fbbf87773;p=u-boot diff --git a/doc/README.silent b/doc/README.silent index a26e3df0da..70202cece9 100644 --- a/doc/README.silent +++ b/doc/README.silent @@ -1,9 +1,15 @@ The config option CONFIG_SILENT_CONSOLE can be used to quiet messages on the console. If the option has been enabled, the output can be -silenced by setting the environment variable "silent". The variable -is latched into the global data at an early stage in the boot process -so deleting it with "setenv" will not take effect until the system is -restarted. +silenced by setting the environment variable "silent". + +- CONFIG_SILENT_CONSOLE_UPDATE_ON_SET + When the "silent" variable is changed with env set, the change + will take effect immediately. + +- CONFIG_SILENT_CONSOLE_UPDATE_ON_RELOC + Some environments are not available until relocation (e.g. NAND) + so this will make the value in the flash env take effect at + relocation. The following actions are taken if "silent" is set at boot time: