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) set_cpu_frequency(0); /* PLL off */ #endif +#ifdef HAVE_UDA1380 uda1380_reset(); +#endif backlight_init(); set_irq_level(0);