
24 Feb
2004
24 Feb
'04
11:49 p.m.
Product:
- u-boot
Version:
- 1.0.2
CHANGELOG:
* Patch by Jon Diekema, 24 Jeb 2004: - Adding is_console_quiet() to support runtime changes in console output
CVS Comments:
- Adding the CFG_CONSOLE_IS_QUIET option to support runtime changes in console output. The is_console_quiet() function is used to determine the status of quiet mode. Quiet mode is based on the value of the "quiet" environment variable. Non-zero values indicate that quiet mode is active.
Patched files:
- README - include/console.h - common/console.c - common/cmd_nvedit.c