summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/ibasso/system-ibasso.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/hosted/ibasso/system-ibasso.c')
-rw-r--r--firmware/target/hosted/ibasso/system-ibasso.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/target/hosted/ibasso/system-ibasso.c b/firmware/target/hosted/ibasso/system-ibasso.c
index 00f8669ae0..a107af7a7f 100644
--- a/firmware/target/hosted/ibasso/system-ibasso.c
+++ b/firmware/target/hosted/ibasso/system-ibasso.c
@@ -27,7 +27,6 @@
27#include <sys/reboot.h> 27#include <sys/reboot.h>
28 28
29#include "config.h" 29#include "config.h"
30#include "cpufreq-linux.h"
31#include "debug.h" 30#include "debug.h"
32 31
33#include "button-ibasso.h" 32#include "button-ibasso.h"
@@ -50,8 +49,7 @@ void system_init(void)
50 volatile uintptr_t stack = 0; 49 volatile uintptr_t stack = 0;
51 stackbegin = stackend = (uintptr_t*) &stack; 50 stackbegin = stackend = (uintptr_t*) &stack;
52 51
53 cpufreq_set_governor("powersave", CPUFREQ_ALL_CPUS); 52 vold_monitor_start();
54 vold_monitor_start();
55 ibasso_set_usb_mode(USB_MODE_MASS_STORAGE); 53 ibasso_set_usb_mode(USB_MODE_MASS_STORAGE);
56 54
57 /* 55 /*