summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2008-10-02 18:08:41 +0000
committerDave Chapman <dave@dchapman.com>2008-10-02 18:08:41 +0000
commit6d5b54081a9420456fa47e103d13472f9285faf7 (patch)
tree3559389ff30ef3ce957c88547f382be8447fb915 /firmware/export
parent82131ac98c0144b5e430e643c23e2b90e5985214 (diff)
downloadrockbox-6d5b54081a9420456fa47e103d13472f9285faf7.tar.gz
rockbox-6d5b54081a9420456fa47e103d13472f9285faf7.zip
Change the MODEL_NUMBER for various new ports so that it is unique again.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18684 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-logikdax.h4
-rw-r--r--firmware/export/config-meizu-m3.h2
-rw-r--r--firmware/export/config-meizu-m6sl.h2
-rw-r--r--firmware/export/config-meizu-m6sp.h2
-rw-r--r--firmware/export/config-ondavx747.h2
-rw-r--r--firmware/export/config-ondavx767.h2
-rwxr-xr-xfirmware/export/config-sa9200.h2
7 files changed, 9 insertions, 7 deletions
diff --git a/firmware/export/config-logikdax.h b/firmware/export/config-logikdax.h
index d31f0ba415..0a2925128a 100644
--- a/firmware/export/config-logikdax.h
+++ b/firmware/export/config-logikdax.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 27 7#define MODEL_NUMBER 33
8 8
9#define MODEL_NAME "Logik DAX MP3/DAB" 9#define MODEL_NAME "Logik DAX MP3/DAB"
10 10
@@ -94,6 +94,8 @@
94/* Define this if you have ATA power-off control */ 94/* Define this if you have ATA power-off control */
95#define HAVE_ATA_POWER_OFF 95#define HAVE_ATA_POWER_OFF
96 96
97#define HAVE_FAT16SUPPORT
98
97/* Define this to the CPU frequency */ 99/* Define this to the CPU frequency */
98#define CPU_FREQ 120000000 100#define CPU_FREQ 120000000
99 101
diff --git a/firmware/export/config-meizu-m3.h b/firmware/export/config-meizu-m3.h
index 7a07339bcb..763fa49fbf 100644
--- a/firmware/export/config-meizu-m3.h
+++ b/firmware/export/config-meizu-m3.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 1 7#define MODEL_NUMBER 39
8 8
9#define MODEL_NAME "Meizu M3" 9#define MODEL_NAME "Meizu M3"
10 10
diff --git a/firmware/export/config-meizu-m6sl.h b/firmware/export/config-meizu-m6sl.h
index f10f548dd3..b2719501f7 100644
--- a/firmware/export/config-meizu-m6sl.h
+++ b/firmware/export/config-meizu-m6sl.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 1 7#define MODEL_NUMBER 38
8 8
9#define MODEL_NAME "Meizu M6SL" 9#define MODEL_NAME "Meizu M6SL"
10 10
diff --git a/firmware/export/config-meizu-m6sp.h b/firmware/export/config-meizu-m6sp.h
index 4867904f4d..a78d239c2d 100644
--- a/firmware/export/config-meizu-m6sp.h
+++ b/firmware/export/config-meizu-m6sp.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 1 7#define MODEL_NUMBER 37
8 8
9#define MODEL_NAME "Meizu M6SP" 9#define MODEL_NAME "Meizu M6SP"
10 10
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index 9a7f53568a..6da9725aab 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -31,7 +31,7 @@
31#define MODEL_NAME "Onda VX747" 31#define MODEL_NAME "Onda VX747"
32 32
33/* For Rolo and boot loader */ 33/* For Rolo and boot loader */
34#define MODEL_NUMBER 30 34#define MODEL_NUMBER 35
35 35
36/* define this if you use an ATA controller */ 36/* define this if you use an ATA controller */
37//#define HAVE_ATA 37//#define HAVE_ATA
diff --git a/firmware/export/config-ondavx767.h b/firmware/export/config-ondavx767.h
index a72b73ba32..6a44bf4aff 100644
--- a/firmware/export/config-ondavx767.h
+++ b/firmware/export/config-ondavx767.h
@@ -31,7 +31,7 @@
31#define MODEL_NAME "Onda VX767" 31#define MODEL_NAME "Onda VX767"
32 32
33/* For Rolo and boot loader */ 33/* For Rolo and boot loader */
34#define MODEL_NUMBER 31 34#define MODEL_NUMBER 36
35 35
36/* define this if you use an ATA controller */ 36/* define this if you use an ATA controller */
37//#define HAVE_ATA 37//#define HAVE_ATA
diff --git a/firmware/export/config-sa9200.h b/firmware/export/config-sa9200.h
index 9cdfe6bba7..4d9c28af1e 100755
--- a/firmware/export/config-sa9200.h
+++ b/firmware/export/config-sa9200.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 26 7#define MODEL_NUMBER 34
8#define MODEL_NAME "Philips GoGear SA200" 8#define MODEL_NAME "Philips GoGear SA200"
9 9
10#define HW_SAMPR_CAPS (SAMPR_CAP_44) 10#define HW_SAMPR_CAPS (SAMPR_CAP_44)