summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodcolor.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodcolor.h')
-rw-r--r--firmware/export/config-ipodcolor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h
index 0e1637d765..c1068b06eb 100644
--- a/firmware/export/config-ipodcolor.h
+++ b/firmware/export/config-ipodcolor.h
@@ -38,6 +38,9 @@
38/* Define this if you have the WM8975 audio codec */ 38/* Define this if you have the WM8975 audio codec */
39#define HAVE_WM8975 39#define HAVE_WM8975
40 40
41/* Define this for LCD backlight available */
42#define CONFIG_BACKLIGHT BL_IPOD4G /* port controlled */
43
41#ifndef SIMULATOR 44#ifndef SIMULATOR
42 45
43/* Define this if you have a PortalPlayer PP5020 */ 46/* Define this if you have a PortalPlayer PP5020 */
@@ -60,9 +63,6 @@
60/* The start address index for ROM builds */ 63/* The start address index for ROM builds */
61#define ROM_START 0x00000000 64#define ROM_START 0x00000000
62 65
63/* Define this for LCD backlight available */
64#define CONFIG_BACKLIGHT BL_IPOD4G /* port controlled */
65
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