From aba7bdf6a6a6c8693915622d3228b89b1b8b2f94 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 2 Mar 2007 13:15:31 +0000 Subject: [PATCH] Cosmetic fixes (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@168 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- console/Kconfig | 26 +++++++++++++------------- util/Makefile | 10 ++++------ 2 files changed, 17 insertions(+), 19 deletions(-) diff --git a/console/Kconfig b/console/Kconfig index d82a8cf491..52cc9f51a6 100644 --- a/console/Kconfig +++ b/console/Kconfig @@ -1,20 +1,20 @@ menu "Console" config DEFAULT_CONSOLE_LOGLEVEL - int "Console log level -- what level messages get printed" - default "8" - ---help--- - Here are the levels - #define BIOS_EMERG 0 /* system is unusable */ - #define BIOS_ALERT 1 /* action must be taken immediately */ - #define BIOS_CRIT 2 /* critical conditions */ - #define BIOS_ERR 3 /* error conditions */ - #define BIOS_WARNING 4 /* warning conditions */ - #define BIOS_NOTICE 5 /* normal but significant condition */ - #define BIOS_INFO 6 /* informational */ - #define BIOS_DEBUG 7 /* debug-level messages */ - #define BIOS_SPEW 8 /* Way too many details */ + int "Console log level" + default "8" + ---help--- + The level of log messages that gets printed. Possible values: + #define BIOS_EMERG 0 /* system is unusable */ + #define BIOS_ALERT 1 /* action must be taken immediately */ + #define BIOS_CRIT 2 /* critical conditions */ + #define BIOS_ERR 3 /* error conditions */ + #define BIOS_WARNING 4 /* warning conditions */ + #define BIOS_NOTICE 5 /* normal but significant condition */ + #define BIOS_INFO 6 /* informational */ + #define BIOS_DEBUG 7 /* debug-level messages */ + #define BIOS_SPEW 8 /* way too many details */ config CONSOLE_SERIAL boolean "Support serial console (default)" diff --git a/util/Makefile b/util/Makefile index 0bab6e10ec..877f6307ab 100644 --- a/util/Makefile +++ b/util/Makefile @@ -18,14 +18,12 @@ ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA ## -# -# This stuff is always needed -include util/lar/Makefile +# This stuff is always needed. include util/dtc/Makefile include util/kconfig/Makefile +include util/lar/Makefile -# -# Compressors -include util/nrv2b/Makefile +# Compressors. include util/lzma/Makefile +include util/nrv2b/Makefile