diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-09-26 22:45:54 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-09-26 22:45:54 +0000 |
commit | 854d234a06b709830ece8d6c2672ff89ae82b4f7 (patch) | |
tree | a5f7e2b97f3c579ccff2ea74afd3204796dad553 /src/mainboard/via | |
parent | f3c17ca23409078b7f77e4b200aee0fd22d0cabc (diff) |
something is wrong here but not sure what.
But nothing is getting set into the north bridge.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1154 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/via')
-rw-r--r-- | src/mainboard/via/epia/auto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/via/epia/auto.c b/src/mainboard/via/epia/auto.c index 31bb04363c..6b06be3424 100644 --- a/src/mainboard/via/epia/auto.c +++ b/src/mainboard/via/epia/auto.c @@ -24,7 +24,7 @@ void udelay(int usecs) { #include "debug.c" #include "southbridge/via/vt8231/vt8231_early_smbus.c" -#define SIO_BASE 0x2e + #define MAXIMUM_CONSOLE_LOGLEVEL 9 #define DEFAULT_CONSOLE_LOGLEVEL 9 |