From 7d62a78af47e77e3d4f6b8b37545d1abcc436f57 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Tue, 22 Oct 2013 00:03:04 +0200 Subject: imx233: extend partition window support to be more generic The new code can select among several types of window (user, system, ...). Furthermore, the type of partitions to use is selectable in config file. Currently, two types are support: Freescale style MBR and Creative MBLK Change-Id: I969d60a3d08f2c9448fb4b9c440051b7801b94cd --- firmware/export/config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/export/config.h') 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 */ #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 */ + /* now go and pick yours */ #if defined(ARCHOS_PLAYER) #include "config/archosplayer.h" -- cgit v1.2.3