summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--cf-code/cf-fsi-fw.S1
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b8daa86..737896f 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
DEBUG ?= 0
# FW version
-FW_VERSION = 3
+FW_VERSION = 4
# ARM compiler for userspace test code
CROSS_COMPILE ?= arm-linux-
diff --git a/cf-code/cf-fsi-fw.S b/cf-code/cf-fsi-fw.S
index a65dd05..1cecac9 100644
--- a/cf-code/cf-fsi-fw.S
+++ b/cf-code/cf-fsi-fw.S
@@ -397,7 +397,6 @@ wait_cmd:
and.l %d0,%d1
beq 1f
clock_toggle
- pause_nops %d1
bra wait_cmd
/* Can we use STOP instructions ? */
OpenPOWER on IntegriCloud