From 501eb25247a86a76ca84ac31c10c40384b6fde95 Mon Sep 17 00:00:00 2001 From: Eric Biederman Date: Fri, 25 Apr 2003 03:02:13 +0000 Subject: - 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 --- src/arch/i386/lib/failover.lds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch') 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; -- cgit v1.2.3