From 2d1fe3700e5860f5a69d07cf0d5f63c9592c4174 Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Fri, 26 May 2006 16:23:00 +0000 Subject: 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 --- src/mainboard/technologic/ts5300/Options.lb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/technologic/ts5300') 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 -- cgit v1.2.3