diff options
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/amd/quartet/auto.c | 3 | ||||
-rw-r--r-- | src/mainboard/amd/solo/Config.lb | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/src/mainboard/amd/quartet/auto.c b/src/mainboard/amd/quartet/auto.c index 5632dfcfd3..ab930d8678 100644 --- a/src/mainboard/amd/quartet/auto.c +++ b/src/mainboard/amd/quartet/auto.c @@ -1,4 +1,7 @@ #define ASSEMBLY 1 +#define MAXIMUM_CONSOLE_LOGLEVEL 9 +#define DEFAULT_CONSOLE_LOGLEVEL 9 + #include <stdint.h> #include <device/pci_def.h> #include <cpu/p6/apic.h> diff --git a/src/mainboard/amd/solo/Config.lb b/src/mainboard/amd/solo/Config.lb index 3fe6ed6b5d..05b13fa7e9 100644 --- a/src/mainboard/amd/solo/Config.lb +++ b/src/mainboard/amd/solo/Config.lb @@ -27,7 +27,7 @@ option HAVE_FALLBACK_BOOT=1 ## ## Build code to reset the motherboard from linuxBIOS ## -option HAVE_HARD_RESET=1 +option HAVE_HARD_RESET=0 ## ## Build code to export a programmable irq routing table |