summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/params.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/params.c')
-rw-r--r--mdk-stage1/params.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mdk-stage1/params.c b/mdk-stage1/params.c
index 692c3e511..9398759ab 100644
--- a/mdk-stage1/params.c
+++ b/mdk-stage1/params.c
@@ -22,7 +22,6 @@
#include "utils.h"
#include "automatic.h"
#include "log.h"
-#include "bootsplash.h"
static struct param_elem params[50];
static int param_number = 0;
@@ -173,5 +172,4 @@ void unset_automatic(void)
{
log_message("unsetting automatic");
unset_param(MODE_AUTOMATIC);
- exit_bootsplash();
}