From 2fcd1b09d4514856153dee14f55ba5bbd10d43a8 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Sat, 4 Feb 2006 23:09:56 +0000 Subject: iAudio: don't call UDA1380 functions git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8567 a1c6a512-1295-4272-9138-f99709370657 --- bootloader/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootloader/main.c') 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); -- cgit v1.2.3