summaryrefslogtreecommitdiff
path: root/firmware/target/arm/ata-as-arm.S
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/ata-as-arm.S')
-rw-r--r--firmware/target/arm/ata-as-arm.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/target/arm/ata-as-arm.S b/firmware/target/arm/ata-as-arm.S
index c1475c0a5a..b1cafc2221 100644
--- a/firmware/target/arm/ata-as-arm.S
+++ b/firmware/target/arm/ata-as-arm.S
@@ -38,6 +38,12 @@
38#elif defined(CREATIVE_ZVx) /* Zen Vision could have an other address */ 38#elif defined(CREATIVE_ZVx) /* Zen Vision could have an other address */
39 .text 39 .text
40 .equ .ata_port, 0x50FEE000 40 .equ .ata_port, 0x50FEE000
41#elif defined(MROBE_500)
42 .text
43 .equ .ata_port, 0x50400000
44#else
45 /* This isn't vaild, but it does it's job, not sure what this should be */
46 #error ata_port undefined!
41#endif 47#endif
42 48
43 .align 2 49 .align 2