summaryrefslogtreecommitdiff
path: root/bootloader/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/main.c')
-rw-r--r--bootloader/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bootloader/main.c b/bootloader/main.c
index 7c5041f4cc..69993e4fe6 100644
--- a/bootloader/main.c
+++ b/bootloader/main.c
@@ -212,7 +212,9 @@ void main(void)
212 set_cpu_frequency(0); /* PLL off */ 212 set_cpu_frequency(0); /* PLL off */
213#endif 213#endif
214 214
215#ifdef HAVE_UDA1380
215 uda1380_reset(); 216 uda1380_reset();
217#endif
216 218
217 backlight_init(); 219 backlight_init();
218 set_irq_level(0); 220 set_irq_level(0);