diff options
Diffstat (limited to 'configs/splash2/run.py')
-rw-r--r-- | configs/splash2/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/splash2/run.py b/configs/splash2/run.py index 200eb191d..8a9b815e6 100644 --- a/configs/splash2/run.py +++ b/configs/splash2/run.py @@ -225,7 +225,7 @@ for cpu in cpus: # Define the root # ---------------------- -root = Root(system = system) +root = Root(full_system = False, system = system) # -------------------- # Pick the correct Splash2 Benchmarks |