summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipodnano2g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipodnano2g.h')
-rw-r--r--firmware/export/config-ipodnano2g.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config-ipodnano2g.h b/firmware/export/config-ipodnano2g.h
index d9c5cbf3ea..f94584b3cf 100644
--- a/firmware/export/config-ipodnano2g.h
+++ b/firmware/export/config-ipodnano2g.h
@@ -3,6 +3,8 @@
3 */ 3 */
4#define TARGET_TREE /* this target is using the target tree system */ 4#define TARGET_TREE /* this target is using the target tree system */
5 5
6#define IPOD_ARCH 1
7
6/* For Rolo and boot loader */ 8/* For Rolo and boot loader */
7#define MODEL_NUMBER 62 9#define MODEL_NUMBER 62
8 10
@@ -152,6 +154,9 @@
152/* USB On-the-go */ 154/* USB On-the-go */
153//#define CONFIG_USBOTG USBOTG_M5636 155//#define CONFIG_USBOTG USBOTG_M5636
154 156
157/* We reboot into the OF to handle USB */
158#define USB_HANDLED_BY_OF
159
155/* Define this if you have adjustable CPU frequency */ 160/* Define this if you have adjustable CPU frequency */
156#define HAVE_ADJUSTABLE_CPU_FREQ 161#define HAVE_ADJUSTABLE_CPU_FREQ
157 162