diff options
| author | wdenk <wdenk> | 2004-02-06 21:48:22 +0000 | 
|---|---|---|
| committer | wdenk <wdenk> | 2004-02-06 21:48:22 +0000 | 
| commit | a6cccaea5a4743f4e4fb93a3ae9537e7357c783b (patch) | |
| tree | 7e4ef47208c164f62c6384e8f76afc073cc14145 /doc/README.silent | |
| parent | 5e4be00fb037feb6476125d044b98e0e22b70d31 (diff) | |
| download | olio-uboot-2014.01-a6cccaea5a4743f4e4fb93a3ae9537e7357c783b.tar.xz olio-uboot-2014.01-a6cccaea5a4743f4e4fb93a3ae9537e7357c783b.zip | |
* Patch by Wolter Kamphuis, 15 Dec 2003:
  made CONFIG_SILENT_CONSOLE usable on all architectures
* Disable date command on TQM866M - there is no RTC on MPC866
Diffstat (limited to 'doc/README.silent')
| -rw-r--r-- | doc/README.silent | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/doc/README.silent b/doc/README.silent index f2628a6bf..677253251 100644 --- a/doc/README.silent +++ b/doc/README.silent @@ -9,8 +9,6 @@ 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 |