diff options
author | Alex Williams <alex.williams@ni.com> | 2018-11-26 14:37:19 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-11-27 16:45:23 -0800 |
commit | a8ae5d433b4493951b7be6a13933fe059c0f9567 (patch) | |
tree | 72cbb94b413d20417fc9654c2dc8125b61319ae2 /mpm | |
parent | 26fc30395dca77c6bf915c49e8628eb232ed4686 (diff) | |
download | uhd-a8ae5d433b4493951b7be6a13933fe059c0f9567.tar.gz uhd-a8ae5d433b4493951b7be6a13933fe059c0f9567.tar.bz2 uhd-a8ae5d433b4493951b7be6a13933fe059c0f9567.zip |
mpm: rh: Remove n321 overlay
The n321 overlay is no longer needed. The devices have been added to the
n320 overlay because the kernel cannot tear down multiple overlays
reliably.
Diffstat (limited to 'mpm')
-rw-r--r-- | mpm/python/usrp_mpm/dboard_manager/rhodium.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mpm/python/usrp_mpm/dboard_manager/rhodium.py b/mpm/python/usrp_mpm/dboard_manager/rhodium.py index e30d4a44e..88db243fa 100644 --- a/mpm/python/usrp_mpm/dboard_manager/rhodium.py +++ b/mpm/python/usrp_mpm/dboard_manager/rhodium.py @@ -253,7 +253,6 @@ class Rhodium(DboardManagerBase): # LO dist board will create a kernel error. Fix this when the I2C API # is implemented by checking if the board is present before applying. try: - apply_overlay_safe('n321') self._lo_dist = FPGAtoLoDist(_get_i2c_dev()) except RuntimeError: self._lo_dist = None |