From 6908cc52358df90a27452ab0f085fa41674440ff Mon Sep 17 00:00:00 2001 From: Mark Arigo Date: Fri, 25 Dec 2009 04:05:01 +0000 Subject: Merry Christmas Gogear HDD6330 owners! This is the start of the HDD6330 port. At the moment, it's essentially a copy of the HDD1630 port with a minimal LCD driver. The touchpad doesn't work as expected, but you can still kind of navigate and listen to music/radio. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24112 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/crt0-pp-bl.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/target/arm/crt0-pp-bl.S') diff --git a/firmware/target/arm/crt0-pp-bl.S b/firmware/target/arm/crt0-pp-bl.S index 1d2909e7f4..79235a6371 100644 --- a/firmware/target/arm/crt0-pp-bl.S +++ b/firmware/target/arm/crt0-pp-bl.S @@ -156,7 +156,7 @@ cpu: mov r1, #WAKE str r1, [r0] -#if defined(SANSA_C200) || defined(PHILIPS_HDD1630) +#if defined(SANSA_C200) || defined(PHILIPS_HDD1630) || defined(PHILIPS_HDD6330) /* Magic for loading the c200 OF */ ldr r0, =0xb00d10ad mov r1, #0x700 -- cgit v1.2.3