summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2005-11-21 22:44:15 +0000
committerDave Chapman <dave@dchapman.com>2005-11-21 22:44:15 +0000
commitd60aac9243144d44b642841d55b1b6fe7f27a540 (patch)
tree0777b1e589227be98970239446e7fb9f0d2f291b /firmware/export
parentbccfae0a58515e489c3aa7f412154db56ae205d6 (diff)
downloadrockbox-d60aac9243144d44b642841d55b1b6fe7f27a540.tar.gz
rockbox-d60aac9243144d44b642841d55b1b6fe7f27a540.zip
iPod: We are not going to implement ATA power-off control (Rockbox will still use the ATA hardware's power handling)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8031 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-ipodcolor.h3
-rw-r--r--firmware/export/config-ipodnano.h3
2 files changed, 0 insertions, 6 deletions
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h
index 2c51cc777a..0e1637d765 100644
--- a/firmware/export/config-ipodcolor.h
+++ b/firmware/export/config-ipodcolor.h
@@ -66,9 +66,6 @@
66/* Define this to the CPU frequency */ 66/* Define this to the CPU frequency */
67#define CPU_FREQ 11289600 67#define CPU_FREQ 11289600
68 68
69/* Define this if you have ATA power-off control */
70#define HAVE_ATA_POWER_OFF
71
72#define CONFIG_LCD LCD_IPODCOLOR 69#define CONFIG_LCD LCD_IPODCOLOR
73 70
74/* Offset ( in the firmware file's header ) to the file length */ 71/* Offset ( in the firmware file's header ) to the file length */
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h
index 56928e3ff4..3423079be0 100644
--- a/firmware/export/config-ipodnano.h
+++ b/firmware/export/config-ipodnano.h
@@ -68,9 +68,6 @@
68/* Define this to the CPU frequency */ 68/* Define this to the CPU frequency */
69#define CPU_FREQ 11289600 69#define CPU_FREQ 11289600
70 70
71/* Define this if you have ATA power-off control */
72#define HAVE_ATA_POWER_OFF
73
74#define CONFIG_LCD LCD_IPODNANO 71#define CONFIG_LCD LCD_IPODNANO
75 72
76/* Offset ( in the firmware file's header ) to the file length */ 73/* Offset ( in the firmware file's header ) to the file length */