From 3cca9b869028a3c2ccbb4915fbb64c5746b55081 Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Mon, 18 Jun 2018 13:24:25 +1000 Subject: 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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- -- cgit v1.2.1