summaryrefslogtreecommitdiff
path: root/src/mainboard/technologic/ts5300/Config.lb
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2006-03-17 22:48:23 +0000
committerStefan Reinauer <stepan@openbios.org>2006-03-17 22:48:23 +0000
commitdba3f846f0978812d081245d9e636cd434978067 (patch)
tree94f6ac9e3cef71e71aedb39e4b91c1227f83e79f /src/mainboard/technologic/ts5300/Config.lb
parentf4001cd8a7d1e578e22a391150c4c446e13157c0 (diff)
downloadcoreboot-dba3f846f0978812d081245d9e636cd434978067.tar.xz
- sc520 updates. move PAR setup to mainboard auto.c
- some ts5300 code. Let's push this upstream for now. - fix a typo in device.c git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2211 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/technologic/ts5300/Config.lb')
-rw-r--r--src/mainboard/technologic/ts5300/Config.lb16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/mainboard/technologic/ts5300/Config.lb b/src/mainboard/technologic/ts5300/Config.lb
index 8f27fe694c..87041cd317 100644
--- a/src/mainboard/technologic/ts5300/Config.lb
+++ b/src/mainboard/technologic/ts5300/Config.lb
@@ -2,7 +2,7 @@
## Compute the location and size of where this firmware image
## (linuxBIOS plus bootloader) will live in the boot rom chip.
##
-default ROM_SIZE = 512 * 1024
+default ROM_SIZE = 128 * 1024
default FALLBACK_SIZE = 0x10000
if USE_FALLBACK_IMAGE
default ROM_SECTION_SIZE = FALLBACK_SIZE
@@ -134,13 +134,13 @@ chip cpu/amd/sc520
device pci_domain 0 on
device pci 0.0 on end
- chip drivers/pci/onboard
- device pci 12.0 on end # enet
- end
- chip drivers/pci/onboard
- device pci 14.0 on end # 69000
- register "rom_address" = "0x2000000"
- end
+# chip drivers/pci/onboard
+# device pci 12.0 on end # enet
+# end
+# chip drivers/pci/onboard
+# device pci 14.0 on end # 69000
+# register "rom_address" = "0x2000000"
+# end
# register "com1" = "{1}"
# register "com1" = "{1, 0, 0x3f8, 4}"
end