mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Cosmetic fixes (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@168 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
f79db41c69
commit
aba7bdf6a6
2 changed files with 17 additions and 19 deletions
|
@ -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)"
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue