diff options
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 |