aboutsummaryrefslogtreecommitdiff
path: root/src/arch/i386/lib/failover.lds
diff options
context:
space:
mode:
authorEric Biederman <ebiederm@xmission.com>2003-04-25 03:02:13 +0000
committerEric Biederman <ebiederm@xmission.com>2003-04-25 03:02:13 +0000
commit501eb25247a86a76ca84ac31c10c40384b6fde95 (patch)
tree683fd36e4c290b56727ac087d5adaae2dc58eeff /src/arch/i386/lib/failover.lds
parenteb00fa5c11085a323bd3acd1e657cf3ef2b16481 (diff)
- Almost implement failover booting on the solo.
I need a very early Hypertransport setup to get anything more going. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@800 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386/lib/failover.lds')
-rw-r--r--src/arch/i386/lib/failover.lds2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/lib/failover.lds b/src/arch/i386/lib/failover.lds
index c9cf7298f8..ed8460e50c 100644
--- a/src/arch/i386/lib/failover.lds
+++ b/src/arch/i386/lib/failover.lds
@@ -1 +1 @@
- __normal_image = (ZKERNEL_START & 0xfffffff0) - 8;
+ __normal_image = (CONFIG_ROM_STREAM_START & 0xfffffff0) - 8;