summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cf-code/cf-fsi-fw.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/cf-code/cf-fsi-fw.S b/cf-code/cf-fsi-fw.S
index 5cda8c7..aa6a388 100644
--- a/cf-code/cf-fsi-fw.S
+++ b/cf-code/cf-fsi-fw.S
@@ -23,7 +23,7 @@
* A3: TRACEBUF
* A4 : Data GPIO address
* A5 : Clock GPIO address
- * A6 : CMD/RESP pointer
+ * A6 : CMD pointer
* A7 : Stack pointer
* D7 : clock/data/trans GPIO cache
* D6 : data/trans GPIO cache
@@ -124,7 +124,7 @@
move.l %DCLK,%a5@(0)
move.l %a4@(0),\tmp /* dummy read */
move.l %a4@(0),\tmp /* actual read */
- bset.l %d5,%DCLK /* clock high */
+ bset.l %d5,%DCLK /* clock high */
move.l %DCLK,%a5@(0)
moveq.l #DATA_GPIO_BIT,\tmp2
lsr.l \tmp2,\tmp
OpenPOWER on IntegriCloud