From e031db4b87609ab11e62f44166058df1ac790fb3 Mon Sep 17 00:00:00 2001 From: Maurus Cuelenaere Date: Wed, 14 May 2008 18:55:19 +0000 Subject: 1) Use a separate config-.h for Zen Vision(:M) (60GB) 2) Other unrelated cleanups git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17503 a1c6a512-1295-4272-9138-f99709370657 --- firmware/target/arm/ata-as-arm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/target/arm/ata-as-arm.S') diff --git a/firmware/target/arm/ata-as-arm.S b/firmware/target/arm/ata-as-arm.S index 5de6ddb5c9..275b905e63 100644 --- a/firmware/target/arm/ata-as-arm.S +++ b/firmware/target/arm/ata-as-arm.S @@ -33,7 +33,7 @@ /* Untested */ .text .equ .ata_port, 0x18000000 -#elif defined(CREATIVE_ZVM) +#elif defined(CREATIVE_ZVx) /* Zen Vision could have an other address */ .text .equ .ata_port, 0x50FEE000 #endif -- cgit v1.2.3