summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Gevaerts <frank@gevaerts.be>2008-11-01 17:25:49 +0000
committerFrank Gevaerts <frank@gevaerts.be>2008-11-01 17:25:49 +0000
commit94b6a0be993f83d50e0456dfa452c39926f2ae6c (patch)
tree5a98e44a241c78d3d18d0d563e01aef7cfe6ad4f
parent008865b469c4ce67b19e0850a849539e007bb1b3 (diff)
downloadrockbox-94b6a0be993f83d50e0456dfa452c39926f2ae6c.zip
rockbox-94b6a0be993f83d50e0456dfa452c39926f2ae6c.tar.gz
rockbox-94b6a0be993f83d50e0456dfa452c39926f2ae6c.tar.bz2
rockbox-94b6a0be993f83d50e0456dfa452c39926f2ae6c.tar.xz
Add new storage-related defines for meizu
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18964 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-meizu-m3.h4
-rw-r--r--firmware/export/config-meizu-m6sl.h4
-rw-r--r--firmware/export/config-meizu-m6sp.h4
-rw-r--r--firmware/export/config.h5
4 files changed, 15 insertions, 2 deletions
diff --git a/firmware/export/config-meizu-m3.h b/firmware/export/config-meizu-m3.h
index 52bbaf2..74fe9fd 100644
--- a/firmware/export/config-meizu-m3.h
+++ b/firmware/export/config-meizu-m3.h
@@ -48,6 +48,10 @@
/* define this if you have a flash memory storage */
#define HAVE_FLASH_STORAGE
+#define CONFIG_STORAGE STORAGE_NAND
+
+#define CONFIG_NAND NAND_SAMSUNG
+
/* LCD dimensions */
#define LCD_WIDTH 176
#define LCD_HEIGHT 132
diff --git a/firmware/export/config-meizu-m6sl.h b/firmware/export/config-meizu-m6sl.h
index 2b81a8b..b7b50c6 100644
--- a/firmware/export/config-meizu-m6sl.h
+++ b/firmware/export/config-meizu-m6sl.h
@@ -48,6 +48,10 @@
/* define this if you have a flash memory storage */
#define HAVE_FLASH_STORAGE
+#define CONFIG_STORAGE STORAGE_NAND
+
+#define CONFIG_NAND NAND_SAMSUNG
+
/* LCD dimensions */
#define LCD_WIDTH 320
#define LCD_HEIGHT 240
diff --git a/firmware/export/config-meizu-m6sp.h b/firmware/export/config-meizu-m6sp.h
index 71b78a5..993c535 100644
--- a/firmware/export/config-meizu-m6sp.h
+++ b/firmware/export/config-meizu-m6sp.h
@@ -48,6 +48,10 @@
/* define this if you have a flash memory storage */
#define HAVE_FLASH_STORAGE
+#define CONFIG_STORAGE STORAGE_NAND
+
+#define CONFIG_NAND NAND_SAMSUNG
+
/* LCD dimensions */
#define LCD_WIDTH 320
#define LCD_HEIGHT 240
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 0867efd..e04397b 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -189,8 +189,9 @@
/* else HW controlled LED (iRiver H1x0) */
/* CONFIG_NAND */
-#define NAND_IFP7XX 1
-#define NAND_TCC 2
+#define NAND_IFP7XX 1
+#define NAND_TCC 2
+#define NAND_SAMSUNG 3
/* CONFIG_RTC */
#define RTC_M41ST84W 1 /* Archos Recorder */