config: remove unecessary assignment of etherlink interfaces
authorAnthony Gutierrez <atgutier@umich.edu>
Thu, 15 May 2014 17:26:31 +0000 (13:26 -0400)
committerAnthony Gutierrez <atgutier@umich.edu>
Thu, 15 May 2014 17:26:31 +0000 (13:26 -0400)
commit53dd4497b3e554869adb9c7faede24e4fd797319
tree45e428ed363874b0fa427042cfe5b5eb4fd981b1
parent109908c2a6322d1fa31c0b486ea2bada14a292b8
config: remove unecessary assignment of etherlink interfaces

in makeDualRoot() the etherlink interfaces are set using the tsunami interface
however, they are set again a few lines later based on whether or not the system
is a realview or tsunami system; the original assignment is always overwritten
or there will be a fatal. this seems like an artifact from when tsunami was the
only type of system capable of running with the dual option.
configs/common/FSConfig.py