go verbose for now!
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1389 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
ffc6d28614
commit
f31d5542f6
|
@ -1,6 +1,6 @@
|
||||||
#define ASSEMBLY 1
|
#define ASSEMBLY 1
|
||||||
// #define MAXIMUM_CONSOLE_LOGLEVEL 9
|
#define MAXIMUM_CONSOLE_LOGLEVEL 9
|
||||||
// #define DEFAULT_CONSOLE_LOGLEVEL 9
|
#define DEFAULT_CONSOLE_LOGLEVEL 9
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <device/pci_def.h>
|
#include <device/pci_def.h>
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
#define ASSEMBLY 1
|
#define ASSEMBLY 1
|
||||||
|
#define MAXIMUM_CONSOLE_LOGLEVEL 9
|
||||||
|
#define DEFAULT_CONSOLE_LOGLEVEL 9
|
||||||
|
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <device/pci_def.h>
|
#include <device/pci_def.h>
|
||||||
|
|
Loading…
Reference in New Issue