summaryrefslogtreecommitdiffstats
path: root/firmware
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2007-03-02 13:04:57 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2007-03-02 13:04:57 +0000
commit8448d3b6be5756a2141bc77474bc0de0225248b9 (patch)
tree2fd642b5c022ff97d2b0ea2b31edc1f58c9f7b4a /firmware
parentff17905d7ceece9d3a1ec2505b6e18dc7d29b34b (diff)
downloadrockbox-8448d3b6be5756a2141bc77474bc0de0225248b9.tar.gz
rockbox-8448d3b6be5756a2141bc77474bc0de0225248b9.zip
H300 bootloader: init the ISP1362 chip, and set the CPU to idle mode while charging, to save power
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12547 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware')
-rw-r--r--firmware/SOURCES7
1 files changed, 5 insertions, 2 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index f07145ca06..c1a21171d0 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -209,10 +209,13 @@ drivers/tlv320.c
#endif /* SIMULATOR */
/* USBOTG */
-#if !defined(SIMULATOR) && !defined(BOOTLOADER)
+#if !defined(SIMULATOR)
#if CONFIG_USBOTG == USBOTG_ISP1362
drivers/isp1362.c
-#elif CONFIG_USBOTG == USBOTG_M5636
+#endif
+#endif
+#if !defined(SIMULATOR) && !defined(BOOTLOADER)
+#if CONFIG_USBOTG == USBOTG_M5636
drivers/m5636.c
#elif CONFIG_USBOTG == USBOTG_ARC
drivers/arcotg_udc.c