summaryrefslogtreecommitdiff
path: root/firmware/export/config-c200v2.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-c200v2.h')
-rw-r--r--firmware/export/config-c200v2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-c200v2.h b/firmware/export/config-c200v2.h
index b47ba73610..775a39fc4c 100644
--- a/firmware/export/config-c200v2.h
+++ b/firmware/export/config-c200v2.h
@@ -145,6 +145,9 @@
145/* Define this if you have a PortalPlayer PP5024 */ 145/* Define this if you have a PortalPlayer PP5024 */
146#define CONFIG_CPU AS3525 146#define CONFIG_CPU AS3525
147 147
148/* Define how much SD sectors are reserved for OF */
149#define AMS_OF_SIZE 0x5000 /* TODO : check */
150
148/* Define this if you want to use the PP5024 i2c interface */ 151/* Define this if you want to use the PP5024 i2c interface */
149#define CONFIG_I2C I2C_AS3525 152#define CONFIG_I2C I2C_AS3525
150 153