summaryrefslogtreecommitdiff
path: root/firmware/export/config-meizu-m3.h
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/config-meizu-m3.h
parent12aed44e94218f9eebe92eb4e75a2e6360b1ac14 (diff)
downloadrockbox-daff26b1da20309a9f728b0f3a760b128bcd013a.tar.gz
rockbox-daff26b1da20309a9f728b0f3a760b128bcd013a.zip
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/config-meizu-m3.h')
-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 12f2cfdfea..06720695eb 100644
--- a/firmware/export/config-meizu-m3.h
+++ b/firmware/export/config-meizu-m3.h
@@ -58,6 +58,9 @@
58 58
59#define CONFIG_NAND NAND_SAMSUNG 59#define CONFIG_NAND NAND_SAMSUNG
60 60
61/* The NAND flash has 2048-byte sectors, and is our only storage */
62#define SECTOR_SIZE 2048
63
61/* LCD dimensions */ 64/* LCD dimensions */
62#define LCD_WIDTH 176 65#define LCD_WIDTH 176
63#define LCD_HEIGHT 132 66#define LCD_HEIGHT 132