fix two mainboards that have been broken by someone who does not use abuild.sh

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2313 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer
2006-05-26 16:23:00 +00:00
parent b5fcfdbf89
commit 2d1fe3700e
3 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,7 @@ uses HAVE_OPTION_TABLE
uses USE_OPTION_TABLE uses USE_OPTION_TABLE
uses CONFIG_COMPRESS uses CONFIG_COMPRESS
uses CONFIG_COMPRESSED_ROM_STREAM uses CONFIG_COMPRESSED_ROM_STREAM
#uses CONFIG_ROM_STREAM uses CONFIG_ROM_STREAM
uses CONFIG_USE_INIT uses CONFIG_USE_INIT
uses IRQ_SLOT_COUNT uses IRQ_SLOT_COUNT
uses MAINBOARD uses MAINBOARD
@ -135,7 +135,7 @@ default USE_OPTION_TABLE = 0
default _RAMBASE = 0x00004000 default _RAMBASE = 0x00004000
default CONFIG_COMPRESSED_ROM_STREAM = 1 default CONFIG_COMPRESSED_ROM_STREAM = 1
##default CONFIG_ROM_STREAM = 1 default CONFIG_ROM_STREAM = 1
## ##
## The default compiler ## The default compiler

View File

@ -43,6 +43,7 @@ extern unsigned char bus_coproc_0;
extern unsigned sbdn; extern unsigned sbdn;
extern unsigned hcdn[]; extern unsigned hcdn[];
extern unsigned sbdn3; extern unsigned sbdn3;
extern unsigned pci1234[];
extern unsigned coprocdn; extern unsigned coprocdn;
extern void get_bus_conf(void); extern void get_bus_conf(void);

View File

@ -1,5 +1,5 @@
/* /*
* generic K8 debug code, used by mainboard specific auto.c * generic debug code, used by mainboard specific auto.c
* *
*/ */
#if 1 #if 1