]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
bugfix CONFIG_SYS_CONSOLE_INFO_QUIET
authorDavid Brownell <dbrownell@users.sourceforge.net>
Sun, 30 Aug 2009 18:05:29 +0000 (11:05 -0700)
committerWolfgang Denk <wd@denx.de>
Sun, 30 Aug 2009 19:00:21 +0000 (21:00 +0200)
commit52f6c34c85d6c16f2a41433b5000490ecf374992
treebe93401ce762cf051dceefff4c0d4b2e1af0c345
parent28887d831b02c66ccc10d7f1379204b5a62f4543
bugfix CONFIG_SYS_CONSOLE_INFO_QUIET

The "console: unify printing current devices" patch goofed:
CONFIG_SYS_CONSOLE_INFO_QUIET is supposed to *REMOVE* boot
time noise, not add it.  Said patch changed the #ifndefs
to #ifdef; this one restores them to the proper sense.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
common/console.c