1
0
Fork 0
forked from len0rd/rockbox

Gigabeat S: Smoother bootup. Don't do full drive reset at boot since it's not really a coldstart. Seems to work alright in both the bootloader and firmware.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29383 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Michael Sevakis 2011-02-23 00:34:56 +00:00
parent bd3d11a186
commit da3417706d

View file

@ -371,7 +371,7 @@ void ata_enable(bool on)
bool ata_is_coldstart(void)
{
return true;
return false;
}
#ifdef HAVE_ATA_DMA