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:
parent
bd3d11a186
commit
da3417706d
1 changed files with 1 additions and 1 deletions
|
|
@ -371,7 +371,7 @@ void ata_enable(bool on)
|
||||||
|
|
||||||
bool ata_is_coldstart(void)
|
bool ata_is_coldstart(void)
|
||||||
{
|
{
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef HAVE_ATA_DMA
|
#ifdef HAVE_ATA_DMA
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue