From a7ea270e9c3c181f3f2766860f2245c09a5c9f97 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sun, 4 Oct 2009 15:02:40 +0000 Subject: Read/write Nano2G FTL/NAND driver by Michael Sparmann (FS#10633). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22918 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/config-ipodnano2g.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'firmware/export') diff --git a/firmware/export/config-ipodnano2g.h b/firmware/export/config-ipodnano2g.h index 31830fd2c1..d3ea611ebc 100644 --- a/firmware/export/config-ipodnano2g.h +++ b/firmware/export/config-ipodnano2g.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.2.3