diff options
author | Eric Biederman <ebiederm@xmission.com> | 2003-04-25 03:02:13 +0000 |
---|---|---|
committer | Eric Biederman <ebiederm@xmission.com> | 2003-04-25 03:02:13 +0000 |
commit | 501eb25247a86a76ca84ac31c10c40384b6fde95 (patch) | |
tree | 683fd36e4c290b56727ac087d5adaae2dc58eeff /src/arch | |
parent | eb00fa5c11085a323bd3acd1e657cf3ef2b16481 (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')
-rw-r--r-- | src/arch/i386/lib/failover.lds | 2 |
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; |