failover_failover apc lds

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2438 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Yinghai Lu
2006-10-04 21:05:23 +00:00
parent 15b8ea7473
commit 93a5a194c5
2 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
__fallback_image = (CONFIG_ROM_STREAM_START & 0xfffffff0) - 8;
__normal_image = ((CONFIG_ROM_STREAM_START - FALLBACK_SIZE) & 0xfffffff0) - 8;