summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-06-08 18:07:59 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-06-08 18:07:59 +0000
commite907a96d71d1c1bbd8eb491c54a30583021623b9 (patch)
treee5ee761347c7941e0ebcd9073359742ef8abbc00 /firmware/export
parent268c0644bfdbfb25ac48b3148f9ed2e95f4b899f (diff)
downloadrockbox-e907a96d71d1c1bbd8eb491c54a30583021623b9.tar.gz
rockbox-e907a96d71d1c1bbd8eb491c54a30583021623b9.zip
make meizu-m6sl bootloader build
assume 512 bytes sector size as reported by dmesg git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26700 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config/meizum6sl.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/meizum6sl.h b/firmware/export/config/meizum6sl.h
index 4e54f80e70..d18a34de1d 100644
--- a/firmware/export/config/meizum6sl.h
+++ b/firmware/export/config/meizum6sl.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 512-byte sectors, and is our only storage */
62#define SECTOR_SIZE 512
63
61/* LCD dimensions */ 64/* LCD dimensions */
62#define LCD_WIDTH 320 65#define LCD_WIDTH 320
63#define LCD_HEIGHT 240 66#define LCD_HEIGHT 240