1 Apr 2010 04:39
funman: r25413 - in trunk/firmware: export/config target/arm/as3525
<mailer <at> svn.rockbox.org>
2010-04-01 02:39:25 GMT
2010-04-01 02:39:25 GMT
Date: 2010-04-01 04:39:25 +0200 (Thu, 01 Apr 2010) New Revision: 25413 Log Message: as3525v2: adjustable CPU freq : CGU_PROC is identical to as3525 after all Instead of modifying CGU_PROC to get 24MHz pclk, just switch to fastbus else Clip+ wouldn't boot Tested on fuzev1/Clip+ Modified: trunk/firmware/export/config/sansaclipplus.h trunk/firmware/export/config/sansaclipv2.h trunk/firmware/export/config/sansafuzev2.h trunk/firmware/target/arm/as3525/clock-target.h trunk/firmware/target/arm/as3525/system-as3525.c Modified: trunk/firmware/export/config/sansaclipplus.h =================================================================== --- trunk/firmware/export/config/sansaclipplus.h 2010-03-31 20:54:04 UTC (rev 25412) +++ trunk/firmware/export/config/sansaclipplus.h 2010-04-01 02:39:25 UTC (rev 25413) <at> <at> -161,7 +161,7 <at> <at> #define ROM_START 0x00000000 /* Define this to the CPU frequency */ -#define CPU_FREQ 250000000 +#define CPU_FREQ 240000000 /* Type of LCD */ #define CONFIG_LCD LCD_SSD1303 <at> <at> -188,7 +188,7 <at> <at>(Continue reading)
RSS Feed