fix target id for HiFiMAN HM-801
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31001 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e8a8a1be43
commit
b6252abb25
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
#define TARGET_TREE /* this target is using the target tree system */
|
#define TARGET_TREE /* this target is using the target tree system */
|
||||||
|
|
||||||
/* For Rolo and boot loader */
|
/* For Rolo and boot loader */
|
||||||
#define MODEL_NUMBER 80
|
#define MODEL_NUMBER 82
|
||||||
|
|
||||||
#define MODEL_NAME "HiFiMAN HM-801"
|
#define MODEL_NAME "HiFiMAN HM-801"
|
||||||
|
|
||||||
|
|
2
tools/configure
vendored
2
tools/configure
vendored
|
@ -3074,7 +3074,7 @@ fi
|
||||||
;;
|
;;
|
||||||
|
|
||||||
191|hifimanhm801)
|
191|hifimanhm801)
|
||||||
target_id=80
|
target_id=82
|
||||||
modelname="hifimanhm801"
|
modelname="hifimanhm801"
|
||||||
target="-DHM801"
|
target="-DHM801"
|
||||||
memory=16
|
memory=16
|
||||||
|
|
Loading…
Reference in a new issue