summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-10-21 23:56:24 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2013-10-21 23:56:24 +0200
commit15dc944694d767e574b3177694056377b25c6ee4 (patch)
tree0d90084a37403ac23f590de8a0b1ce16eed920b6
parent0463bf4cb252a7719feec4d7fede0e960ed876ed (diff)
downloadrockbox-15dc944694d767e574b3177694056377b25c6ee4.tar.gz
rockbox-15dc944694d767e574b3177694056377b25c6ee4.zip
imx233: add package defines
Currently we only support the BGA169 but if by chance Rockbox was to run on a lqfp package for example, some pins may becomes unavailable or different. Change-Id: I5c0d8d57ae31604572af37e0c2edd0bd7bda73a3
-rw-r--r--firmware/export/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 497325d845..87fbd97516 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -345,6 +345,13 @@ Lyre prototype 1 */
#define CPU 0
#define COP 1
+/* imx233 specific: IMX233_PACKAGE */
+#define IMX233_BGA100 0
+#define IMX233_BGA169 1
+#define IMX233_TQFP100 2
+#define IMX233_TQFP128 3
+#define IMX233_LQFP100 4
+
/* now go and pick yours */
#if defined(ARCHOS_PLAYER)
#include "config/archosplayer.h"