diff options
Diffstat (limited to 'firmware/target/arm/gigabeat/meg-fx/ata-meg-fx.c')
-rw-r--r-- | firmware/target/arm/gigabeat/meg-fx/ata-meg-fx.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/firmware/target/arm/gigabeat/meg-fx/ata-meg-fx.c b/firmware/target/arm/gigabeat/meg-fx/ata-meg-fx.c index 3c6374f0cd..bc2b53d776 100644 --- a/firmware/target/arm/gigabeat/meg-fx/ata-meg-fx.c +++ b/firmware/target/arm/gigabeat/meg-fx/ata-meg-fx.c @@ -53,15 +53,7 @@ void ata_enable(bool on) USB_ATA_ENABLE; GPBCON=( GPGCON&~(1<<11) ) | (1<<10); /* Make the pin an output */ - GPBUP|=1<<5; /* Disable pullup in SOC as we are now driving */ - -/* Code was originally: (Does not seem that GPG12 is connected in the F series) - if(on) - GPGDAT &= 1<<12; - else - GPGDAT |= 1<<12; -*/ - +// GPBUP|=1<<5; /* Disable pullup in SOC as we are now driving */ } bool ata_is_coldstart(void) |