From 57ff5e694a857711c5f89810a42bcc7f82b9f7a9 Mon Sep 17 00:00:00 2001 From: TuxSH Date: Sun, 20 May 2018 22:00:11 +0200 Subject: [PATCH] Don't check for panics in stage2 --- fusee/fusee-secondary/src/main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/fusee/fusee-secondary/src/main.c b/fusee/fusee-secondary/src/main.c index fe441e78b..d495a41f5 100644 --- a/fusee/fusee-secondary/src/main.c +++ b/fusee/fusee-secondary/src/main.c @@ -21,9 +21,6 @@ static stage2_args_t *g_stage2_args; static bool g_do_nxboot; static void setup_env(void) { - /* Check for panics. */ - check_and_display_panic(); - /* Set the console up. */ if (console_init() == -1) { generic_panic();