diff options
| author | Andrew Ryabinin <ryabinin.a.a@gmail.com> | 2011-11-16 16:07:06 +0000 |
|---|---|---|
| committer | Andrew Ryabinin <ryabinin.a.a@gmail.com> | 2011-11-16 16:07:06 +0000 |
| commit | b6252abb2518cb97dda7c1fc197bc80a57f931c3 (patch) | |
| tree | c71f84439977cc53d908287881ac76067b23efbf | |
| parent | e8a8a1be43afe63079ae48ce1a9eb3052df3b1a4 (diff) | |
| download | rockbox-b6252abb2518cb97dda7c1fc197bc80a57f931c3.zip rockbox-b6252abb2518cb97dda7c1fc197bc80a57f931c3.tar.gz rockbox-b6252abb2518cb97dda7c1fc197bc80a57f931c3.tar.bz2 rockbox-b6252abb2518cb97dda7c1fc197bc80a57f931c3.tar.xz | |
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.h | 2 | ||||
| -rwxr-xr-x | tools/configure | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/firmware/export/config/hifimanhm801.h b/firmware/export/config/hifimanhm801.h index d0e805d..469c423 100644 --- a/firmware/export/config/hifimanhm801.h +++ b/firmware/export/config/hifimanhm801.h @@ -4,7 +4,7 @@ #define TARGET_TREE /* this target is using the target tree system */ /* For Rolo and boot loader */ -#define MODEL_NUMBER 80 +#define MODEL_NUMBER 82 #define MODEL_NAME "HiFiMAN HM-801" diff --git a/tools/configure b/tools/configure index d715ef4..8a622af 100755 --- a/tools/configure +++ b/tools/configure @@ -3074,7 +3074,7 @@ fi ;; 191|hifimanhm801) - target_id=80 + target_id=82 modelname="hifimanhm801" target="-DHM801" memory=16 |