mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-11-09 22:56:35 +00:00
Don't check for panics in stage2
This commit is contained in:
parent
3dd6ec5f6c
commit
57ff5e694a
1 changed files with 0 additions and 3 deletions
|
@ -21,9 +21,6 @@ static stage2_args_t *g_stage2_args;
|
||||||
static bool g_do_nxboot;
|
static bool g_do_nxboot;
|
||||||
|
|
||||||
static void setup_env(void) {
|
static void setup_env(void) {
|
||||||
/* Check for panics. */
|
|
||||||
check_and_display_panic();
|
|
||||||
|
|
||||||
/* Set the console up. */
|
/* Set the console up. */
|
||||||
if (console_init() == -1) {
|
if (console_init() == -1) {
|
||||||
generic_panic();
|
generic_panic();
|
||||||
|
|
Loading…
Reference in a new issue