litedram_gen: Fix duplicate with_uart value when cpu_type is None.
This commit is contained in:
parent
43856dadd6
commit
9d8a0577e9
|
@ -481,7 +481,6 @@ class LiteDRAMCore(SoCCore):
|
||||||
if cpu_type is None:
|
if cpu_type is None:
|
||||||
kwargs["integrated_rom_size"] = 0
|
kwargs["integrated_rom_size"] = 0
|
||||||
kwargs["integrated_sram_size"] = 0
|
kwargs["integrated_sram_size"] = 0
|
||||||
kwargs["with_uart"] = False
|
|
||||||
kwargs["with_timer"] = False
|
kwargs["with_timer"] = False
|
||||||
kwargs["with_ctrl"] = False
|
kwargs["with_ctrl"] = False
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue