1
0
Fork 0
forked from len0rd/rockbox

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
This commit is contained in:
Amaury Pouly 2013-10-21 23:56:24 +02:00
parent 0463bf4cb2
commit 15dc944694

View file

@ -345,6 +345,13 @@ Lyre prototype 1 */
#define CPU 0 #define CPU 0
#define COP 1 #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 */ /* now go and pick yours */
#if defined(ARCHOS_PLAYER) #if defined(ARCHOS_PLAYER)
#include "config/archosplayer.h" #include "config/archosplayer.h"