From 7633eae360abeb274fbc3ac1dfe1310c41af2d84 Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Thu, 25 Mar 2021 14:44:52 +0100 Subject: [PATCH] targets/colorlight_i5: Remove l2-size args (already provided by soc_core_args. --- litex_boards/targets/colorlight_i5.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litex_boards/targets/colorlight_i5.py b/litex_boards/targets/colorlight_i5.py index 1391afc..1552f9d 100755 --- a/litex_boards/targets/colorlight_i5.py +++ b/litex_boards/targets/colorlight_i5.py @@ -209,7 +209,6 @@ def main(): parser.add_argument("--eth-phy", default=0, type=int, help="Ethernet PHY: 0 (default) or 1") parser.add_argument("--use-internal-osc", action="store_true", help="Use internal oscillator") parser.add_argument("--sdram-rate", default="1:1", help="SDRAM Rate: 1:1 Full Rate (default), 1:2 Half Rate") - parser.add_argument("--l2-size", default=8192, type=int, help="L2 cache size") parser.add_argument("--with-prbs", action="store_true", help="Enable PRBS support") viopts = parser.add_mutually_exclusive_group() viopts.add_argument("--with-video-terminal", action="store_true", help="Enable Video Terminal (HDMI)")