From daff26b1da20309a9f728b0f3a760b128bcd013a Mon Sep 17 00:00:00 2001 From: Bertrik Sikken Date: Wed, 11 Nov 2009 21:31:38 +0000 Subject: Meizu M3: configure and use SDRAM git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23614 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-meizu-m3.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export') 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 -- cgit v1.1