litedram_gen: Fix duplicate with_uart value when cpu_type is None.

This commit is contained in:
Jean-François Nguyen 2021-09-21 15:39:16 +02:00
parent 43856dadd6
commit 9d8a0577e9
1 changed files with 0 additions and 1 deletions

View File

@ -481,7 +481,6 @@ class LiteDRAMCore(SoCCore):
if cpu_type is None:
kwargs["integrated_rom_size"] = 0
kwargs["integrated_sram_size"] = 0
kwargs["with_uart"] = False
kwargs["with_timer"] = False
kwargs["with_ctrl"] = False