diff options
| author | Andrew Ryabinin <ryabinin.a.a@gmail.com> | 2013-12-30 14:11:16 +0400 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2014-01-02 13:35:05 +0100 |
| commit | 9dbdec14f080456ff3eaeb619f321e4e34aa8a0e (patch) | |
| tree | e7af1b25e97d38273b42b4b4cbe836c9e2700ded | |
| parent | 124c969f491378c2efd984ea3f000230651f1ff6 (diff) | |
| download | rockbox-9dbdec14f080456ff3eaeb619f321e4e34aa8a0e.zip rockbox-9dbdec14f080456ff3eaeb619f321e4e34aa8a0e.tar.gz rockbox-9dbdec14f080456ff3eaeb619f321e4e34aa8a0e.tar.bz2 rockbox-9dbdec14f080456ff3eaeb619f321e4e34aa8a0e.tar.xz | |
creativezenv: change target_id & MODEL_NUMBER.
85 is already used by HIFI E.T. MA8C.
Change-Id: I7f30d6b1acbebd6152d11fa46ec87d95e6a809e7
Reviewed-on: http://gerrit.rockbox.org/703
Reviewed-by: Purling Nayuki <cyq.yzfl@gmail.com>
Reviewed-by: Amaury Pouly <amaury.pouly@gmail.com>
| -rw-r--r-- | firmware/export/config/creativezenv.h | 2 | ||||
| -rwxr-xr-x | tools/configure | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/creativezenv.h b/firmware/export/config/creativezenv.h index e175848..9426cc0 100644 --- a/firmware/export/config/creativezenv.h +++ b/firmware/export/config/creativezenv.h @@ -6,7 +6,7 @@ #define IMX233_PARTITIONS IMX233_CREATIVE /* For Rolo and boot loader */ -#define MODEL_NUMBER 85 +#define MODEL_NUMBER 92 #define MODEL_NAME "Creative ZEN V" #define HW_SAMPR_CAPS SAMPR_CAP_ALL diff --git a/tools/configure b/tools/configure index 08b0e25..cbacbe9 100755 --- a/tools/configure +++ b/tools/configure @@ -2289,7 +2289,7 @@ fi ;; 95|creativezenv) - target_id=85 + target_id=92 modelname="creativezenv" target="CREATIVE_ZENV" memory=32 |