Fix bugs required to successfully hand off to kernel
This commit is contained in:
@@ -58,8 +58,6 @@ void core_jump_to_lower_el(void) {
|
||||
__sev();
|
||||
|
||||
/* Nintendo jumps to EL1, we jump to EL2. Both are supported with all current packages2. */
|
||||
/* TODO: Remove this panic() when we're ready to test Kernel handoff. */
|
||||
panic(0x7A700001);
|
||||
__jump_to_lower_el(arg, ep, 2);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user