From ea5903dbf10ea7657e09831598d0c1bfbdcaf39f Mon Sep 17 00:00:00 2001 From: Frank Gevaerts Date: Thu, 20 Mar 2008 22:05:11 +0000 Subject: move boosting for usb around a bit, so the cpu is boosted for the entire duration of actual use of storage. On some setups just boosting for the actual transfers doesn't seem to work git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16726 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/usb-drv-pp502x.c | 1 - 1 file changed, 1 deletion(-) (limited to 'firmware/target') diff --git a/firmware/target/arm/usb-drv-pp502x.c b/firmware/target/arm/usb-drv-pp502x.c index 7a88e2bbc2..62addc164e 100644 --- a/firmware/target/arm/usb-drv-pp502x.c +++ b/firmware/target/arm/usb-drv-pp502x.c @@ -353,7 +353,6 @@ bool usb_drv_powered(void) /* manual: 32.14.1 Device Controller Initialization */ void usb_drv_init(void) { - trigger_cpu_boost(); REG_USBCMD &= ~USBCMD_RUN; udelay(50000); REG_USBCMD |= USBCMD_CTRL_RESET; -- cgit v1.2.3