summaryrefslogtreecommitdiffstats
path: root/firmware/export
diff options
context:
space:
mode:
authorJörg Hohensohn <hohensoh@rockbox.org>2005-01-01 16:02:37 +0000
committerJörg Hohensohn <hohensoh@rockbox.org>2005-01-01 16:02:37 +0000
commit7ec0c9d3e71a67364c9509ddf3bcfa7b3ea13f7c (patch)
treefd829e5bfbedbac4c237efe22cae181499822735 /firmware/export
parent6dda40124d32ab3d8247e57f13685d332d1598cb (diff)
downloadrockbox-7ec0c9d3e71a67364c9509ddf3bcfa7b3ea13f7c.tar.gz
rockbox-7ec0c9d3e71a67364c9509ddf3bcfa7b3ea13f7c.zip
finally: multivolume for Ondio officially enabled (use MMC and internal 128MB seamless)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5524 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-ondiofm.h3
-rw-r--r--firmware/export/config-ondiosp.h3
2 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index 53bb7f2bc4..c7bdf2ae88 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -76,4 +76,7 @@
/* Define this if you have a software controlled poweroff */
#define HAVE_SW_POWEROFF
+/* define this if more than one device/partition can be used */
+#define HAVE_MULTIVOLUME
+
#endif /* SIMULATOR */
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index 9bf29f17a5..6b6251a627 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -67,4 +67,7 @@
/* Define this if you have a software controlled poweroff */
#define HAVE_SW_POWEROFF
+/* define this if more than one device/partition can be used */
+#define HAVE_MULTIVOLUME
+
#endif /* SIMULATOR */