Fix boot when there's no TPM
If the firmware has TPM support but has no TPM, we're jumping to core.img without popping the registers back onto the stack. Fix that.
This commit is contained in:
parent
4ccc609994
commit
c2eee36ec0
1 changed files with 1 additions and 1 deletions
|
@ -476,9 +476,9 @@ LOCAL(copy_buffer):
|
|||
movl $0x8, %edx /* PCR 8 */
|
||||
int $0x1A
|
||||
|
||||
boot:
|
||||
popa
|
||||
#endif
|
||||
boot:
|
||||
/* boot kernel */
|
||||
jmp *(LOCAL(kernel_address))
|
||||
|
||||
|
|
Loading…
Reference in a new issue