summaryrefslogtreecommitdiff
path: root/src/mainboard/artecgroup
diff options
context:
space:
mode:
authorPeter Stuge <peter@stuge.se>2007-04-12 00:28:32 +0000
committerStefan Reinauer <stepan@openbios.org>2007-04-12 00:28:32 +0000
commit17e27509a0a5605f2ab411b65d4aff6dad229c50 (patch)
treec1f00d3b6b00df2c3fca2296707d4a32cb888155 /src/mainboard/artecgroup
parentb615c7bb3a01a1a3bfefb9f9e882c762ca4e19bd (diff)
downloadcoreboot-17e27509a0a5605f2ab411b65d4aff6dad229c50.tar.xz
Fix two boards broken by the large patches of late.
artecgroup/dbe61 Add CONFIG_COMPRESSED_PAYLOAD_NRV2B to Options.lb since it's used in Config.lb. Change default for CONFIG_PCI_ROM_RUN to 1 so VGA ROM can run. technologic/ts5300 Removed CONFIG_CONSOLE_VGA, the embedded board has no VGA without the development addon card anyways. Changes to target Config.lb so it actually builds. Signed-off-by: Peter Stuge <peter@stuge.se> Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2607 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/artecgroup')
-rw-r--r--src/mainboard/artecgroup/dbe61/Options.lb3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/artecgroup/dbe61/Options.lb b/src/mainboard/artecgroup/dbe61/Options.lb
index 69343b1edf..382f3bdda7 100644
--- a/src/mainboard/artecgroup/dbe61/Options.lb
+++ b/src/mainboard/artecgroup/dbe61/Options.lb
@@ -22,6 +22,7 @@ uses ROM_SECTION_SIZE
uses ROM_SECTION_OFFSET
uses CONFIG_ROM_PAYLOAD_START
uses CONFIG_COMPRESSED_PAYLOAD_LZMA
+uses CONFIG_COMPRESSED_PAYLOAD_NRV2B
uses PAYLOAD_SIZE
uses _ROMBASE
uses _RAMBASE
@@ -51,7 +52,7 @@ default ROM_SIZE = 256*1024
### Build options
###
default CONFIG_CONSOLE_VGA=1
-default CONFIG_PCI_ROM_RUN=0
+default CONFIG_PCI_ROM_RUN=1
default CONFIG_VIDEO_MB=8
##