From 74c75e5c047c772a5539554156f079d2a003fe4a Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sat, 1 Nov 2008 10:29:23 +0000 Subject: Add Sansa Fuze to the build system, including a first (untested) attempt at an LCD driver. Lots of things are just copied from the e200v2, so this code needs testing, and then drivers properly merged if they prove to be the same. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18957 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/as3525/system-as3525.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/target/arm/as3525/system-as3525.c') diff --git a/firmware/target/arm/as3525/system-as3525.c b/firmware/target/arm/as3525/system-as3525.c index e83e5150ae..ff0f892406 100644 --- a/firmware/target/arm/as3525/system-as3525.c +++ b/firmware/target/arm/as3525/system-as3525.c @@ -167,7 +167,7 @@ static void sdram_init(void) MPMC_DYNAMIC_tRRD = 2; MPMC_DYNAMIC_tMRD = 2; -#if defined(SANSA_CLIP) || defined(SANSA_M200V2) +#if defined(SANSA_CLIP) || defined(SANSA_M200V2) || defined(SANSA_FUZE) # define MEMORY_MODEL 0x21 /* 16 bits external bus, low power SDRAM, 16 Mbits = 2 Mbytes */ #elif defined(SANSA_E200V2) -- cgit v1.2.3