diff options
| author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2018-07-20 14:51:12 +1000 |
|---|---|---|
| committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2018-07-20 14:51:12 +1000 |
| commit | 04fed6a1b7d8c0791d8442fc0ceee26e77e1b04c (patch) | |
| tree | 8fcfac8eac23314501317f9fcfa9d8cb666842fc /Makefile | |
| parent | e7e7f0c32909f51e71f7f36c2f5a0767fb17e49f (diff) | |
| download | cf-fsi-04fed6a1b7d8c0791d8442fc0ceee26e77e1b04c.tar.gz cf-fsi-04fed6a1b7d8c0791d8442fc0ceee26e77e1b04c.zip | |
Don't pause when doing continuous clocking
On POWER8, the SBE is too sensitive to clock fluctuations
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ DEBUG ?= 0 # FW version -FW_VERSION = 3 +FW_VERSION = 4 # ARM compiler for userspace test code CROSS_COMPILE ?= arm-linux- |

