summaryrefslogtreecommitdiff
path: root/firmware/export/config-meizu-m6sp.h
diff options
context:
space:
mode:
authorBertrik Sikken <bertrik@sikken.nl>2009-10-25 13:52:46 +0000
committerBertrik Sikken <bertrik@sikken.nl>2009-10-25 13:52:46 +0000
commitd2827996af26dc668eef5a9212285d2b781279bd (patch)
tree34f3b5ac76da3165c42d138c53f4978d67b95a18 /firmware/export/config-meizu-m6sp.h
parent6290f78177b2860df0beaa63d11cb5f8528b77ab (diff)
downloadrockbox-d2827996af26dc668eef5a9212285d2b781279bd.tar.gz
rockbox-d2827996af26dc668eef5a9212285d2b781279bd.zip
Meizu M6 SP: make bootloader compile and run again
* don't use DRAM yet in the bootloader linker script * add header files for the ftl and nand * update svn:keywords git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23347 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-meizu-m6sp.h')
-rw-r--r--firmware/export/config-meizu-m6sp.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config-meizu-m6sp.h b/firmware/export/config-meizu-m6sp.h
index 973d6fdcca..02f1f86d7a 100644
--- a/firmware/export/config-meizu-m6sp.h
+++ b/firmware/export/config-meizu-m6sp.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 240 65#define LCD_WIDTH 240
63#define LCD_HEIGHT 320 66#define LCD_HEIGHT 320