- 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
This commit is contained in:
Eric Biederman 2003-04-25 03:02:13 +00:00
parent eb00fa5c11
commit 501eb25247
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
__normal_image = (ZKERNEL_START & 0xfffffff0) - 8;
__normal_image = (CONFIG_ROM_STREAM_START & 0xfffffff0) - 8;