- 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:
parent
eb00fa5c11
commit
501eb25247
|
@ -1 +1 @@
|
|||
__normal_image = (ZKERNEL_START & 0xfffffff0) - 8;
|
||||
__normal_image = (CONFIG_ROM_STREAM_START & 0xfffffff0) - 8;
|
||||
|
|
Loading…
Reference in New Issue