diff options
-rw-r--r-- | firmware/target/coldfire/mpio/ata-mpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/coldfire/mpio/ata-mpio.c b/firmware/target/coldfire/mpio/ata-mpio.c index 9ffa57a3f7..cf4276b5a0 100644 --- a/firmware/target/coldfire/mpio/ata-mpio.c +++ b/firmware/target/coldfire/mpio/ata-mpio.c | |||
@@ -52,7 +52,7 @@ void ata_enable(bool on) | |||
52 | if (on) | 52 | if (on) |
53 | { | 53 | { |
54 | and_l(~(1<<4), &GPIO1_OUT); | 54 | and_l(~(1<<4), &GPIO1_OUT); |
55 | #ifndef BOOTLADER | 55 | #ifndef BOOTLOADER |
56 | if ( !init ) | 56 | if ( !init ) |
57 | { | 57 | { |
58 | ide_power_enable(false); | 58 | ide_power_enable(false); |