summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt <benh@kernel.crashing.org>2018-06-18 13:24:25 +1000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2018-06-18 14:07:21 +1000
commit3cca9b869028a3c2ccbb4915fbb64c5746b55081 (patch)
tree7ac3e3ba72e438de8a3835b4a1fb8c14c6f9a009 /Makefile
parent42593be0cb5cd6bf133ce3897866319f18050bed (diff)
downloadcf-fsi-3cca9b869028a3c2ccbb4915fbb64c5746b55081.tar.gz
cf-fsi-3cca9b869028a3c2ccbb4915fbb64c5746b55081.zip
Do not rely on interrupts on AST2400
It doesn't have the SW interrupt triggers. Use NOP loops instead to pace ourselves when waiting for arbitration Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 26eab9c..d1a5ade 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
DEBUG ?= 0
# FW version
-FW_VERSION = 1
+FW_VERSION = 2
# ARM compiler for userspace test code
CROSS_COMPILE ?= arm-linux-
OpenPOWER on IntegriCloud