X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=doc%2FREADME.silent;h=a26e3df0da606af9c278f70a4e90d87417ef5c57;hb=5846b11e8810f0ecc15e78b383b7709b9b785580;hp=f2628a6bf8bc721eb8438cb8ea8a6e7321ca56a1;hpb=f72da3406bf6f1c1bce9aa03b07d070413a916af;p=u-boot diff --git a/doc/README.silent b/doc/README.silent index f2628a6bf8..a26e3df0da 100644 --- a/doc/README.silent +++ b/doc/README.silent @@ -9,13 +9,11 @@ The following actions are taken if "silent" is set at boot time: - Until the console devices have been initialized, output has to be suppressed by testing for the flag "GD_FLG_SILENT" in "gd->flags". - Currently only the messages for the TRAB board are handled in this - way. - 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 CFG_DEVICE_NULLDEV in your board config file. + #defining CONFIG_SYS_DEVICE_NULLDEV in your board config 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