Don't check for panics in stage2

This commit is contained in:
TuxSH 2018-05-20 22:00:11 +02:00
parent 3dd6ec5f6c
commit 57ff5e694a

View file

@ -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();