diff options
author | Li-Ta Lo <ollie@lanl.gov> | 2004-03-23 21:28:05 +0000 |
---|---|---|
committer | Li-Ta Lo <ollie@lanl.gov> | 2004-03-23 21:28:05 +0000 |
commit | e52666931a3e34895b3f3b92641de9774ab722ec (patch) | |
tree | 890bb66a0a16ec7a57230283f000ee91eeb0b384 /src/mainboard/via/epia | |
parent | 9f46132e9627d24f3ad76619cf3340006a4012fb (diff) |
Doxidization, reformat
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1469 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/via/epia')
-rw-r--r-- | src/mainboard/via/epia/Config.lb | 3 | ||||
-rw-r--r-- | src/mainboard/via/epia/auto.c | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/src/mainboard/via/epia/Config.lb b/src/mainboard/via/epia/Config.lb index 8fb365926f..0450b2b1b9 100644 --- a/src/mainboard/via/epia/Config.lb +++ b/src/mainboard/via/epia/Config.lb @@ -78,7 +78,8 @@ default HEAP_SIZE=0x4000 ## ## Only use the option table in a normal image ## -default USE_OPTION_TABLE = !USE_FALLBACK_IMAGE +#default USE_OPTION_TABLE = !USE_FALLBACK_IMAGE +default USE_OPTION_TABLE = 0 ## ## Compute the location and size of where this firmware image diff --git a/src/mainboard/via/epia/auto.c b/src/mainboard/via/epia/auto.c index 5981d32759..3e40d04e8a 100644 --- a/src/mainboard/via/epia/auto.c +++ b/src/mainboard/via/epia/auto.c @@ -1,8 +1,5 @@ #define ASSEMBLY 1 -//#define MAXIMUM_CONSOLE_LOGLEVEL 6 -//#define DEFAULT_CONSOLE_LOGLEVEL 6 - #include <stdint.h> #include <device/pci_def.h> #include <cpu/p6/apic.h> @@ -15,6 +12,7 @@ #include "ram/ramtest.c" #include "northbridge/via/vt8601/raminit.h" #include "cpu/p6/earlymtrr.c" + /* */ void udelay(int usecs) |