summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2005-07-18 15:50:06 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2005-07-18 15:50:06 +0000
commitaa1042286aa05f04d1d832759d8ff18e8dea1113 (patch)
tree38dcac77135188e299ebc987cd715c9b252d4278 /firmware/export
parent6753fb5138a399b51e65f1dc3e36e73427013379 (diff)
downloadrockbox-aa1042286aa05f04d1d832759d8ff18e8dea1113.tar.gz
rockbox-aa1042286aa05f04d1d832759d8ff18e8dea1113.zip
Fixed RoLo for H100 targets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7188 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-h100.h3
-rw-r--r--firmware/export/config-h120.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index 96efdd2406..e33b985509 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -7,6 +7,9 @@
7 */ 7 */
8#define IRIVER_H100_SERIES 1 8#define IRIVER_H100_SERIES 1
9 9
10/* For Rolo and boot loader */
11#define MODEL_NUMBER 1
12
10/* define this if you have recording possibility */ 13/* define this if you have recording possibility */
11/*#define HAVE_RECORDING 1*/ 14/*#define HAVE_RECORDING 1*/
12 15
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index 90a676f4dd..9b93eae070 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -3,6 +3,9 @@
3 */ 3 */
4#define IRIVER_H100_SERIES 1 4#define IRIVER_H100_SERIES 1
5 5
6/* For Rolo and boot loader */
7#define MODEL_NUMBER 0
8
6/* define this if you have recording possibility */ 9/* define this if you have recording possibility */
7/*#define HAVE_RECORDING 1*/ 10/*#define HAVE_RECORDING 1*/
8 11