diff options
Diffstat (limited to 'firmware/target/coldfire/mpio/ata-as-mpio.S')
-rw-r--r-- | firmware/target/coldfire/mpio/ata-as-mpio.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/firmware/target/coldfire/mpio/ata-as-mpio.S b/firmware/target/coldfire/mpio/ata-as-mpio.S index 4a6bd3e613..2a76072918 100644 --- a/firmware/target/coldfire/mpio/ata-as-mpio.S +++ b/firmware/target/coldfire/mpio/ata-as-mpio.S | |||
@@ -23,6 +23,7 @@ | |||
23 | 23 | ||
24 | .equ .ata_port, 0x20000020 | 24 | .equ .ata_port, 0x20000020 |
25 | .equ .swapmask, 0x00FF00FF | 25 | .equ .swapmask, 0x00FF00FF |
26 | #if 0 | ||
26 | .align 2 | 27 | .align 2 |
27 | .global copy_read_sectors | 28 | .global copy_read_sectors |
28 | .type copy_read_sectors,@function | 29 | .type copy_read_sectors,@function |
@@ -374,12 +375,12 @@ copy_read_sectors: | |||
374 | 375 | ||
375 | .r_end: | 376 | .r_end: |
376 | .size copy_read_sectors,.r_end-copy_read_sectors | 377 | .size copy_read_sectors,.r_end-copy_read_sectors |
378 | #endif | ||
377 | 379 | ||
378 | .align 2 | 380 | .align 2 |
379 | .global copy_write_sectors | 381 | .global copy_write_sectors |
380 | .type copy_write_sectors,@function | 382 | .type copy_write_sectors,@function |
381 | 383 | ||
382 | #if 0 | ||
383 | /* Write a number of words to the ATA data port | 384 | /* Write a number of words to the ATA data port |
384 | * | 385 | * |
385 | * Utilises line bursts, assumes there is at least one full line to copy. | 386 | * Utilises line bursts, assumes there is at least one full line to copy. |
@@ -754,4 +755,3 @@ copy_write_sectors: | |||
754 | 755 | ||
755 | .w_end: | 756 | .w_end: |
756 | .size copy_write_sectors,.w_end-copy_write_sectors | 757 | .size copy_write_sectors,.w_end-copy_write_sectors |
757 | #endif | ||