mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-05-12 11:43:16 -04:00
While the binary firmware build succeeded, the 'make zip' process failed because the script that put the default wps image together runs the device config header through CPP while only looking into the configuration header directory. So move the imx233-config.h header out of the target/arm/imx233 and into export/config where everything is copacetic. Change-Id: I9914558a892f8ff7ad839818f0a5ef687cc7b997
14 lines
375 B
C
14 lines
375 B
C
/*
|
|
* To be included by config/TARGET.h
|
|
*/
|
|
|
|
/* IMX233_PACKAGE */
|
|
#define IMX233_BGA100 0
|
|
#define IMX233_BGA169 1
|
|
#define IMX233_TQFP100 2
|
|
#define IMX233_TQFP128 3
|
|
#define IMX233_LQFP100 4
|
|
|
|
/* IMX233_PARTITIONS */
|
|
#define IMX233_FREESCALE (1 << 0) /* Freescale I.MX233 nonstandard two-level MBR */
|
|
#define IMX233_CREATIVE (1 << 1) /* Creative MBLK windowing */
|