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/common/disk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'firmware/common') diff --git a/firmware/common/disk.c b/firmware/common/disk.c index 653f17e946..27b79755e7 100644 --- a/firmware/common/disk.c +++ b/firmware/common/disk.c @@ -68,7 +68,7 @@ struct partinfo* disk_init(IF_MV_NONVOID(int drive)) #endif ata_read_sectors(IF_MV2(drive,) 0,1, §or); -#ifndef CREATIVE_ZVM +#ifndef CREATIVE_ZVx /* check that the boot sector is initialized */ if ( (sector[510] != 0x55) || (sector[511] != 0xaa)) { @@ -187,7 +187,7 @@ int disk_mount(int drive) { return 0; } -#if defined(TOSHIBA_GIGABEAT_S) ||defined(CREATIVE_ZVM) +#if defined(TOSHIBA_GIGABEAT_S) || defined(CREATIVE_ZVx) int i = 1; /* For the Gigabeat S, we mount the second partition */ #else int i = 0; -- cgit v1.2.3