diff options
author | Stefan Reinauer <stepan@openbios.org> | 2006-05-26 16:23:00 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2006-05-26 16:23:00 +0000 |
commit | 2d1fe3700e5860f5a69d07cf0d5f63c9592c4174 (patch) | |
tree | 95b7ad592924fd67e030fdc519306303cbb01519 /src/mainboard/technologic | |
parent | b5fcfdbf899139d71f2bcd0ab4a9628b06abd967 (diff) |
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
Diffstat (limited to 'src/mainboard/technologic')
-rw-r--r-- | src/mainboard/technologic/ts5300/Options.lb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/technologic/ts5300/Options.lb b/src/mainboard/technologic/ts5300/Options.lb index 72079fcd58..079086c1a0 100644 --- a/src/mainboard/technologic/ts5300/Options.lb +++ b/src/mainboard/technologic/ts5300/Options.lb @@ -7,7 +7,7 @@ uses HAVE_OPTION_TABLE uses USE_OPTION_TABLE uses CONFIG_COMPRESS uses CONFIG_COMPRESSED_ROM_STREAM -#uses CONFIG_ROM_STREAM +uses CONFIG_ROM_STREAM uses CONFIG_USE_INIT uses IRQ_SLOT_COUNT uses MAINBOARD @@ -135,7 +135,7 @@ default USE_OPTION_TABLE = 0 default _RAMBASE = 0x00004000 default CONFIG_COMPRESSED_ROM_STREAM = 1 -##default CONFIG_ROM_STREAM = 1 +default CONFIG_ROM_STREAM = 1 ## ## The default compiler |