move equal with hdama code.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1212 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
b68571c139
commit
02560b5fa2
|
@ -27,6 +27,10 @@ static void main(void)
|
|||
asm("jmp __cpu_reset");
|
||||
}
|
||||
}
|
||||
/* Is this a deliberate reset by the bios */
|
||||
else if (bios_reset_detected() && last_boot_normal()) {
|
||||
asm("jmp __normal_image");
|
||||
}
|
||||
/* Is this a secondary cpu? */
|
||||
else if (!boot_cpu() && last_boot_normal()) {
|
||||
asm("jmp __normal_image");
|
||||
|
|
Loading…
Reference in New Issue