From 8d41ad83befa12b905bdde5fb853898c3569f0e9 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Thu, 11 Nov 2004 14:04:25 +0000 Subject: in loglevel.h, if ASM_CONSOLE_LOGLEVEL is defined, don't try to set it. Set adl855pc ROM_SIZE to 1M Other minor debug prints until we get this fixed. We're almost as far along as we were before the Change :-) git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1780 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/include/console/loglevel.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include/console/loglevel.h') diff --git a/src/include/console/loglevel.h b/src/include/console/loglevel.h index a191b308d3..8978dbec15 100644 --- a/src/include/console/loglevel.h +++ b/src/include/console/loglevel.h @@ -11,11 +11,13 @@ #define DEFAULT_CONSOLE_LOGLEVEL 8 /* anything MORE serious than BIOS_SPEW */ #endif +#ifndef ASM_CONSOLE_LOGLEVEL #if (DEFAULT_CONSOLE_LOGLEVEL <= MAXIMUM_CONSOLE_LOGLEVEL) #define ASM_CONSOLE_LOGLEVEL DEFAULT_CONSOLE_LOGLEVEL #else #define ASM_CONSOLE_LOGLEVEL MAXIMUM_CONSOLE_LOGLEVEL #endif +#endif #define BIOS_EMERG 0 /* system is unusable */ #define BIOS_ALERT 1 /* action must be taken immediately */ -- cgit v1.2.3