aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2005-12-03 19:07:35 +0000
committerStefan Reinauer <stepan@openbios.org>2005-12-03 19:07:35 +0000
commit0cf46ca21556e46abd03207ea3300b30233affdf (patch)
treece0a058884ae5a8f05031d5f4217b62e494b6c20
parent57efb8eeb9bbbcc5c3e4bbb71eab0d9e2205994e (diff)
small update, one comment adjusted, fix epia-m abuild.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2124 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
-rw-r--r--src/mainboard/tyan/s2850/cache_as_ram_auto.c2
-rw-r--r--targets/via/epia-m/Config-abuild.lb4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/mainboard/tyan/s2850/cache_as_ram_auto.c b/src/mainboard/tyan/s2850/cache_as_ram_auto.c
index 38aba17835..ba01699c07 100644
--- a/src/mainboard/tyan/s2850/cache_as_ram_auto.c
+++ b/src/mainboard/tyan/s2850/cache_as_ram_auto.c
@@ -145,7 +145,7 @@ void failover_process(unsigned long bist, unsigned long cpu_init_detectedx)
enumerate_ht_chain();
- /* Setup the ck804 */
+ /* Setup the amd8111 */
amd8111_enable_rom();
/* Is this a deliberate reset by the bios */
diff --git a/targets/via/epia-m/Config-abuild.lb b/targets/via/epia-m/Config-abuild.lb
index aca0615e94..dd48e6b56a 100644
--- a/targets/via/epia-m/Config-abuild.lb
+++ b/targets/via/epia-m/Config-abuild.lb
@@ -28,14 +28,14 @@ option _RAMBASE=0x00004000
#
romimage "normal"
option USE_FALLBACK_IMAGE=0
- option ROM_IMAGE_SIZE=0x10000
+ option ROM_IMAGE_SIZE=0x20000
option LINUXBIOS_EXTRA_VERSION=".0-Normal"
payload /dev/null
end
romimage "fallback"
option USE_FALLBACK_IMAGE=1
- option ROM_IMAGE_SIZE=0x10000
+ option ROM_IMAGE_SIZE=0x20000
option LINUXBIOS_EXTRA_VERSION=".0-Fallback"
payload /dev/null
end