mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 02:27:39 -04:00
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>
This commit is contained in:
parent
124c969f49
commit
9dbdec14f0
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
||||||
#define IMX233_PARTITIONS IMX233_CREATIVE
|
#define IMX233_PARTITIONS IMX233_CREATIVE
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 85
|
#define MODEL_NUMBER 92
|
||||||
#define MODEL_NAME "Creative ZEN V"
|
#define MODEL_NAME "Creative ZEN V"
|
||||||
|
|
||||||
#define HW_SAMPR_CAPS SAMPR_CAP_ALL
|
#define HW_SAMPR_CAPS SAMPR_CAP_ALL
|
||||||
|
|
2
tools/configure
vendored
2
tools/configure
vendored
|
@ -2289,7 +2289,7 @@ fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
95|creativezenv)
|
95|creativezenv)
|
||||||
target_id=85
|
target_id=92
|
||||||
modelname="creativezenv"
|
modelname="creativezenv"
|
||||||
target="CREATIVE_ZENV"
|
target="CREATIVE_ZENV"
|
||||||
memory=32
|
memory=32
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue