summaryrefslogtreecommitdiffstats
path: root/rbutil/mkimxboot/mkimxboot.h
diff options
context:
space:
mode:
authorAmaury Pouly <amaury.pouly@gmail.com>2013-09-25 14:30:35 +0200
committerAmaury Pouly <amaury.pouly@gmail.com>2013-09-25 14:31:39 +0200
commit6ac481e8bcb72066594e64ec70edd2b869c254eb (patch)
tree0c7725c5a655355aaf0b2f0890092bd6fc7976a3 /rbutil/mkimxboot/mkimxboot.h
parent9392d036c4ee29c251dd1e89cf8ced653972b6fd (diff)
downloadrockbox-6ac481e8bcb72066594e64ec70edd2b869c254eb.tar.gz
rockbox-6ac481e8bcb72066594e64ec70edd2b869c254eb.zip
Add support for the sony NWZ-E360/E370 to mkimxboot
Change-Id: Ied73591326339d22b4f21d311da9e6b1b9c223ed
Diffstat (limited to 'rbutil/mkimxboot/mkimxboot.h')
-rw-r--r--rbutil/mkimxboot/mkimxboot.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/rbutil/mkimxboot/mkimxboot.h b/rbutil/mkimxboot/mkimxboot.h
index 4440f200ec..87d4f09c97 100644
--- a/rbutil/mkimxboot/mkimxboot.h
+++ b/rbutil/mkimxboot/mkimxboot.h
@@ -57,10 +57,12 @@ enum imx_model_t
{
MODEL_UNKNOWN = -1,
MODEL_FUZEPLUS = 0,
- MODEL_ZENXFI2 = 1,
- MODEL_ZENXFI3 = 2,
- MODEL_ZENXFISTYLE = 3,
- MODEL_ZENSTYLE = 4, /* Style 100 and Style 300 */
+ MODEL_ZENXFI2,
+ MODEL_ZENXFI3,
+ MODEL_ZENXFISTYLE,
+ MODEL_ZENSTYLE, /* Style 100 and Style 300 */
+ MODEL_NWZE370,
+ MODEL_NWZE360,
/* new models go here */
NUM_MODELS