small update, one comment adjusted, fix epia-m abuild.

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2124 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2005-12-03 19:07:35 +00:00
parent 57efb8eeb9
commit 0cf46ca215
2 changed files with 3 additions and 3 deletions

View File

@ -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 */

View File

@ -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