diff options
author | Peter Stuge <peter@stuge.se> | 2007-04-12 00:28:32 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2007-04-12 00:28:32 +0000 |
commit | 17e27509a0a5605f2ab411b65d4aff6dad229c50 (patch) | |
tree | c1f00d3b6b00df2c3fca2296707d4a32cb888155 /targets/technologic/ts5300 | |
parent | b615c7bb3a01a1a3bfefb9f9e882c762ca4e19bd (diff) |
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 'targets/technologic/ts5300')
-rw-r--r-- | targets/technologic/ts5300/Config-abuild.lb | 2 | ||||
-rw-r--r-- | targets/technologic/ts5300/Config.lb | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/targets/technologic/ts5300/Config-abuild.lb b/targets/technologic/ts5300/Config-abuild.lb index 2775ee5743..2d9d389062 100644 --- a/targets/technologic/ts5300/Config-abuild.lb +++ b/targets/technologic/ts5300/Config-abuild.lb @@ -7,8 +7,6 @@ option CONFIG_COMPRESS=0 __COMPRESSION__ -option CONFIG_CONSOLE_VGA=1 - romimage "fallback" option FALLBACK_SIZE = 256 * 1024 # option ROM_SIZE=512*1024 diff --git a/targets/technologic/ts5300/Config.lb b/targets/technologic/ts5300/Config.lb index 5f432cdd22..a89b4f807c 100644 --- a/targets/technologic/ts5300/Config.lb +++ b/targets/technologic/ts5300/Config.lb @@ -7,7 +7,6 @@ mainboard technologic/ts5300 option DEFAULT_CONSOLE_LOGLEVEL=3 option MAXIMUM_CONSOLE_LOGLEVEL=3 option CONFIG_COMPRESS=1 -option CONFIG_CONSOLE_VGA=0 #romimage "normal" # option USE_FALLBACK_IMAGE=0 |