summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525/system-as3525.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/as3525/system-as3525.c')
-rw-r--r--firmware/target/arm/as3525/system-as3525.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/arm/as3525/system-as3525.c b/firmware/target/arm/as3525/system-as3525.c
index 4473e1ce59..bd6069ea39 100644
--- a/firmware/target/arm/as3525/system-as3525.c
+++ b/firmware/target/arm/as3525/system-as3525.c
@@ -336,7 +336,7 @@ void system_init(void)
336#ifndef BOOTLOADER 336#ifndef BOOTLOADER
337 /* Initialize power management settings */ 337 /* Initialize power management settings */
338 ascodec_write(AS3514_CVDD_DCDC3, AS314_CP_DCDC3_SETTING); 338 ascodec_write(AS3514_CVDD_DCDC3, AS314_CP_DCDC3_SETTING);
339#ifdef CONFIG_TUNER 339#if CONFIG_TUNER
340 fmradio_i2c_init(); 340 fmradio_i2c_init();
341#endif 341#endif
342#endif /* !BOOTLOADER */ 342#endif /* !BOOTLOADER */