diff options
author | Brent Stapleton <brent.stapleton@ettus.com> | 2018-01-18 16:25:09 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2018-01-19 17:10:09 -0800 |
commit | 2ba7dba5f4f271b348f2a9362f5f06096f41747d (patch) | |
tree | 9b47f1ee1a83f8b3a0915e2c2202cca531fbfdc3 /mpm | |
parent | ba4d59d7f2f3079369b392c23313ce144d0e280f (diff) | |
download | uhd-2ba7dba5f4f271b348f2a9362f5f06096f41747d.tar.gz uhd-2ba7dba5f4f271b348f2a9362f5f06096f41747d.tar.bz2 uhd-2ba7dba5f4f271b348f2a9362f5f06096f41747d.zip |
n310: removed orphaned comments
Diffstat (limited to 'mpm')
-rw-r--r-- | mpm/python/usrp_mpm/periph_manager/n310.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mpm/python/usrp_mpm/periph_manager/n310.py b/mpm/python/usrp_mpm/periph_manager/n310.py index 4d46a905d..c56e27b95 100644 --- a/mpm/python/usrp_mpm/periph_manager/n310.py +++ b/mpm/python/usrp_mpm/periph_manager/n310.py @@ -393,10 +393,6 @@ class n310(PeriphManagerBase): # device tree overlay (tree/arch/arm/boot/dts/zynq-7000.dtsi) dboard_spimaster_addrs = ["e0006000.spi", "e0007000.spi"] # N310-specific settings - # Path to N310 FPGA bin file - # This file will always contain the current image, regardless of SFP type, - # dboard, etc. The host is responsible for providing a compatible image - # for the N310's current setup. # Label for the mboard UIO mboard_regs_label = "mboard-regs" # Override the list of updateable components |