summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-02-04 23:09:56 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-02-04 23:09:56 +0000
commit2fcd1b09d4514856153dee14f55ba5bbd10d43a8 (patch)
tree3078720d5958f1394d794cbba1e01ec66961d40f
parent939417509142d0147926a706dd7ea64fd11af030 (diff)
downloadrockbox-2fcd1b09d4514856153dee14f55ba5bbd10d43a8.tar.gz
rockbox-2fcd1b09d4514856153dee14f55ba5bbd10d43a8.zip
iAudio: don't call UDA1380 functions
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8567 a1c6a512-1295-4272-9138-f99709370657
-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)
set_cpu_frequency(0); /* PLL off */
#endif
+#ifdef HAVE_UDA1380
uda1380_reset();
+#endif
backlight_init();
set_irq_level(0);