summaryrefslogtreecommitdiff
path: root/firmware/drivers/power.c
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2006-02-05 18:25:41 +0000
committerDave Chapman <dave@dchapman.com>2006-02-05 18:25:41 +0000
commit2924a48ca55e0207d939998307d82e4b7f4502f8 (patch)
tree5271d5b8917a5db9778a2cce6b35fe578c75b02b /firmware/drivers/power.c
parent75a60fbf69fb7d7be5839b35efc8253d682a1c7d (diff)
Create config file for iPod 4G greyscale and various iPod 3G/4G greyscale fixes
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8585 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/drivers/power.c')
-rw-r--r--firmware/drivers/power.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/power.c b/firmware/drivers/power.c
index 2150040dd6..5feece67f0 100644
--- a/firmware/drivers/power.c
+++ b/firmware/drivers/power.c
@@ -273,7 +273,7 @@ void power_off(void)
and_l(~0x00080000, &GPIO1_OUT);
#elif defined(IAUDIO_X5)
and_l(~0x00000008, &GPIO_OUT);
-#elif (CONFIG_CPU == PP5002) || (CONFIG_CPU == PP5002)
+#elif (CONFIG_CPU == PP5002) || (CONFIG_CPU == PP5020)
#ifndef BOOTLOADER
/* We don't turn off the ipod, we put it in a deep sleep */
pcf50605_standby_mode();