From 04fed6a1b7d8c0791d8442fc0ceee26e77e1b04c Mon Sep 17 00:00:00 2001 From: Benjamin Herrenschmidt Date: Fri, 20 Jul 2018 14:51:12 +1000 Subject: Don't pause when doing continuous clocking On POWER8, the SBE is too sensitive to clock fluctuations Signed-off-by: Benjamin Herrenschmidt --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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- -- cgit v1.2.1