From 08e36bf782eb61b866a592a929e3b35d7ffc0265 Mon Sep 17 00:00:00 2001
From: Sergei Trofimov <sergei.trofimov@arm.com>
Date: Mon, 27 Feb 2017 17:24:01 +0000
Subject: [PATCH] gem5: fix for the previous fix

Somehow went from plural to singular when passing base params. Bad
Sergei.
---
 devlib/platform/gem5.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/devlib/platform/gem5.py b/devlib/platform/gem5.py
index b9fc802..a4bad28 100644
--- a/devlib/platform/gem5.py
+++ b/devlib/platform/gem5.py
@@ -40,8 +40,8 @@ class Gem5SimulationPlatform(Platform):
                  gem5_telnet_port=None):
 
         # First call the parent class
-        super(Gem5SimulationPlatform, self).__init__(name, core_names, core_cluster,
-                                                     big_core, model, module)
+        super(Gem5SimulationPlatform, self).__init__(name, core_names, core_clusters,
+                                                     big_core, model, modules)
 
         # Start setting up the gem5 parameters/directories
         # The gem5 subprocess