aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/newisys
diff options
context:
space:
mode:
authorEric Biederman <ebiederm@xmission.com>2004-11-15 10:46:44 +0000
committerEric Biederman <ebiederm@xmission.com>2004-11-15 10:46:44 +0000
commitcb364958a06136f1e65499b434dd90191013a4e1 (patch)
treedba995d14a1b555c2750564a29b7bbafe5e4808b /src/mainboard/newisys
parentf6f349828f077f0ee3213f5f3a851fb0ff9b9363 (diff)
- Don't force spew level debug messages on the kherpi
- optimize_link_read_pointers compiles now on the solo so don't disable it. - Start sorting out the confusion between and object and an initobject on the ppc ports - Major bugfix release of romcc to support to remove preprocessor deficiencies. The line and column numbers are computed are now correct. But watch out the error messages sometimes report the location of the next token so things are still a little skewed. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1784 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/newisys')
-rw-r--r--src/mainboard/newisys/khepri/auto.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mainboard/newisys/khepri/auto.c b/src/mainboard/newisys/khepri/auto.c
index 1aa151f906..82d9bac85a 100644
--- a/src/mainboard/newisys/khepri/auto.c
+++ b/src/mainboard/newisys/khepri/auto.c
@@ -1,9 +1,4 @@
#define ASSEMBLY 1
-#undef MAXIMUM_CONSOLE_LOGLEVEL
-#undef DEFAULT_CONSOLE_LOGLEVEL
-#define MAXIMUM_CONSOLE_LOGLEVEL 9
-#define DEFAULT_CONSOLE_LOGLEVEL 9
-
#include <stdint.h>
#include <device/pci_def.h>
#include <arch/io.h>