diff options
author | Stefan Reinauer <stepan@openbios.org> | 2005-12-03 19:07:35 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2005-12-03 19:07:35 +0000 |
commit | 0cf46ca21556e46abd03207ea3300b30233affdf (patch) | |
tree | ce0a058884ae5a8f05031d5f4217b62e494b6c20 /src | |
parent | 57efb8eeb9bbbcc5c3e4bbb71eab0d9e2205994e (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
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/tyan/s2850/cache_as_ram_auto.c | 2 |
1 files changed, 1 insertions, 1 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 */ |