summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-11-11 21:31:38 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-11-11 21:31:38 +0000
commitdaff26b1da20309a9f728b0f3a760b128bcd013a (patch)
tree3d5163b7a3518dbc4089396cc2820e9c0dd9e661 /firmware/export
parent12aed44e94218f9eebe92eb4e75a2e6360b1ac14 (diff)
downloadrockbox-daff26b1da20309a9f728b0f3a760b128bcd013a.zip
rockbox-daff26b1da20309a9f728b0f3a760b128bcd013a.tar.gz
rockbox-daff26b1da20309a9f728b0f3a760b128bcd013a.tar.bz2
rockbox-daff26b1da20309a9f728b0f3a760b128bcd013a.tar.xz
Meizu M3: configure and use SDRAM
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23614 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-meizu-m3.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-meizu-m3.h b/firmware/export/config-meizu-m3.h
index 12f2cfd..0672069 100644
--- a/firmware/export/config-meizu-m3.h
+++ b/firmware/export/config-meizu-m3.h
@@ -58,6 +58,9 @@
#define CONFIG_NAND NAND_SAMSUNG
+/* The NAND flash has 2048-byte sectors, and is our only storage */
+#define SECTOR_SIZE 2048
+
/* LCD dimensions */
#define LCD_WIDTH 176
#define LCD_HEIGHT 132