summaryrefslogtreecommitdiff
path: root/firmware/export
diff options
context:
space:
mode:
authorDave Chapman <dave@dchapman.com>2009-10-04 15:02:40 +0000
committerDave Chapman <dave@dchapman.com>2009-10-04 15:02:40 +0000
commita7ea270e9c3c181f3f2766860f2245c09a5c9f97 (patch)
tree7a7cf2bfd38cb09a276c0855c9a2dce4eca0f463 /firmware/export
parent61dc1c507ca6c27be19c60e840b7ff41ab3fcdfc (diff)
downloadrockbox-a7ea270e9c3c181f3f2766860f2245c09a5c9f97.tar.gz
rockbox-a7ea270e9c3c181f3f2766860f2245c09a5c9f97.zip
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
Diffstat (limited to 'firmware/export')
-rw-r--r--firmware/export/config-ipodnano2g.h3
1 files changed, 3 insertions, 0 deletions
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 @@
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