From 5e7b4f8c7ebc552633f2ded5c75cb41dddeec133 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Tue, 19 Jan 2010 07:49:45 +0000 Subject: Dont use the disk spindown notification on the mini2440, undo this if/when we have a clean way to force a shutdown/umount of the sd card git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24283 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/ata_idle_notify.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/firmware/export/ata_idle_notify.h b/firmware/export/ata_idle_notify.h index 348165f..7c6f951 100644 --- a/firmware/export/ata_idle_notify.h +++ b/firmware/export/ata_idle_notify.h @@ -46,7 +46,8 @@ enum { #define USING_STORAGE_CALLBACK !defined(SIMULATOR) \ && ! ((CONFIG_STORAGE & STORAGE_NAND) \ && (CONFIG_NAND == NAND_IFP7XX)) \ - && !defined(BOOTLOADER) + && !defined(BOOTLOADER) \ + && !defined(HAVE_HOTSWAP_STORAGE_AS_MAIN) extern void register_storage_idle_func(void (*function)(void *data)); #if USING_STORAGE_CALLBACK -- cgit v1.1