aboutsummaryrefslogtreecommitdiffstats
path: root/mpm/python/usrp_mpm/periph_manager/e320.py
diff options
context:
space:
mode:
Diffstat (limited to 'mpm/python/usrp_mpm/periph_manager/e320.py')
-rw-r--r--mpm/python/usrp_mpm/periph_manager/e320.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/periph_manager/e320.py b/mpm/python/usrp_mpm/periph_manager/e320.py
index d60b7c110..dbcaead2a 100644
--- a/mpm/python/usrp_mpm/periph_manager/e320.py
+++ b/mpm/python/usrp_mpm/periph_manager/e320.py
@@ -128,7 +128,9 @@ class e320(ZynqComponents, PeriphManagerBase):
# Ctor and device initialization tasks
###########################################################################
def __init__(self, args):
- super(e320, self).__init__(args)
+ super(e320, self).__init__()
+ self.overlay_apply()
+ self.init_dboards(args)
if not self._device_initialized:
# Don't try and figure out what's going on. Just give up.
return