summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cf-code/cf-fsi-fw.S4
1 files changed, 3 insertions, 1 deletions
diff --git a/cf-code/cf-fsi-fw.S b/cf-code/cf-fsi-fw.S
index d0d71a6..9fa5804 100644
--- a/cf-code/cf-fsi-fw.S
+++ b/cf-code/cf-fsi-fw.S
@@ -300,7 +300,9 @@ arbitration_request:
/* Got it, re-load the GPIO caches */
move.l %a5@(0),%DCLK
move.l %a4@(0),%DDAT
-
+#ifndef DTRA_UNCACHED
+ move.l %a5@(TRANS_GPIO_DREG-CLOCK_GPIO_VREG),%DTRA
+#endif
/* Reconfigure data as output just in case ... */
bsr config_gpio_out
OpenPOWER on IntegriCloud