summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ryabinin <ryabinin.a.a@gmail.com>2011-11-16 16:07:06 +0000
committerAndrew Ryabinin <ryabinin.a.a@gmail.com>2011-11-16 16:07:06 +0000
commitb6252abb2518cb97dda7c1fc197bc80a57f931c3 (patch)
treec71f84439977cc53d908287881ac76067b23efbf
parente8a8a1be43afe63079ae48ce1a9eb3052df3b1a4 (diff)
downloadrockbox-b6252abb2518cb97dda7c1fc197bc80a57f931c3.tar.gz
rockbox-b6252abb2518cb97dda7c1fc197bc80a57f931c3.zip
fix target id for HiFiMAN HM-801
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31001 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config/hifimanhm801.h2
-rwxr-xr-xtools/configure2
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/hifimanhm801.h b/firmware/export/config/hifimanhm801.h
index d0e805d7c6..469c423a27 100644
--- a/firmware/export/config/hifimanhm801.h
+++ b/firmware/export/config/hifimanhm801.h
@@ -4,7 +4,7 @@
4#define TARGET_TREE /* this target is using the target tree system */ 4#define TARGET_TREE /* this target is using the target tree system */
5 5
6/* For Rolo and boot loader */ 6/* For Rolo and boot loader */
7#define MODEL_NUMBER 80 7#define MODEL_NUMBER 82
8 8
9#define MODEL_NAME "HiFiMAN HM-801" 9#define MODEL_NAME "HiFiMAN HM-801"
10 10
diff --git a/tools/configure b/tools/configure
index d715ef4100..8a622af7e7 100755
--- a/tools/configure
+++ b/tools/configure
@@ -3074,7 +3074,7 @@ fi
3074 ;; 3074 ;;
3075 3075
3076 191|hifimanhm801) 3076 191|hifimanhm801)
3077 target_id=80 3077 target_id=82
3078 modelname="hifimanhm801" 3078 modelname="hifimanhm801"
3079 target="-DHM801" 3079 target="-DHM801"
3080 memory=16 3080 memory=16