targets/linsn_rv901t: cleanup arguments

This commit is contained in:
Florent Kermarrec 2020-01-22 09:04:28 +01:00
parent 8113b491db
commit 07067301d5
1 changed files with 2 additions and 4 deletions

View File

@ -102,10 +102,8 @@ def main():
parser = argparse.ArgumentParser(description="LiteX SoC on Linsn RV901T")
builder_args(parser)
soc_sdram_args(parser)
parser.add_argument("--with-ethernet", action="store_true",
help="enable Ethernet support")
parser.add_argument("--eth-phy", default=0, type=int,
help="Ethernet PHY 0 or 1 (default=0)")
parser.add_argument("--with-ethernet", action="store_true", help="enable Ethernet support")
parser.add_argument("--eth-phy", default=0, type=int, help="Ethernet PHY 0 or 1 (default=0)")
args = parser.parse_args()
if args.with_ethernet: