mirror of
https://github.com/litex-hub/litex-boards.git
synced 2025-01-03 03:43:36 -05:00
zedboard: remove a hack
This commit is contained in:
parent
4f4d47dcdd
commit
bbf13f4439
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ class BaseSoC(SoCCore):
|
||||||
size=256 * 1024 * 1024 // 8,
|
size=256 * 1024 * 1024 // 8,
|
||||||
linker=True)
|
linker=True)
|
||||||
)
|
)
|
||||||
self.cpu.use_rom = True
|
|
||||||
self.constants['CONFIG_CLOCK_FREQUENCY'] = 666666687
|
self.constants['CONFIG_CLOCK_FREQUENCY'] = 666666687
|
||||||
|
|
||||||
use_ps7_clk = True
|
use_ps7_clk = True
|
||||||
|
|
Loading…
Reference in a new issue