summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 87fbd97516..3ee2330879 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -352,6 +352,10 @@ Lyre prototype 1 */
352#define IMX233_TQFP128 3 352#define IMX233_TQFP128 3
353#define IMX233_LQFP100 4 353#define IMX233_LQFP100 4
354 354
355/* IMX233_PARTITIONS */
356#define IMX233_FREESCALE (1 << 0) /* Freescale I.MX233 nonstandard two-level MBR */
357#define IMX233_CREATIVE (1 << 1) /* Creative MBLK windowing */
358
355/* now go and pick yours */ 359/* now go and pick yours */
356#if defined(ARCHOS_PLAYER) 360#if defined(ARCHOS_PLAYER)
357#include "config/archosplayer.h" 361#include "config/archosplayer.h"