diff options
author | Simon Glass <sjg@chromium.org> | 2020-08-11 11:23:36 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-08-23 13:43:10 -0400 |
commit | 7e15638d609182b651480b1054b60bf40bd0c6fd (patch) | |
tree | 6e700986ec91c221412a61d7be341d88a9be9534 /doc | |
parent | 35bd70c5107f0cfa610b5c7074a7ee2a60d5d82f (diff) | |
download | u-boot-7e15638d609182b651480b1054b60bf40bd0c6fd.zip u-boot-7e15638d609182b651480b1054b60bf40bd0c6fd.tar.gz u-boot-7e15638d609182b651480b1054b60bf40bd0c6fd.tar.bz2 |
Convert CONFIG_SYS_DEVICE_NULLDEV to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_DEVICE_NULLDEV
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.silent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.silent b/doc/README.silent index 6d90a0e..00288e0 100644 --- a/doc/README.silent +++ b/doc/README.silent @@ -19,7 +19,7 @@ The following actions are taken if "silent" is set at boot time: - When the console devices have been initialized, "stdout" and "stderr" are set to "nulldev", so subsequent messages are suppressed automatically. Make sure to enable "nulldev" by - #defining CONFIG_SYS_DEVICE_NULLDEV in your board config file. + enabling CONFIG_SYS_DEVICE_NULLDEV in your board defconfig file. - When booting a linux kernel, the "bootargs" are fixed up so that the argument "console=" will be in the command line, no matter how |