zedboard: remove a hack

This commit is contained in:
Ilia Sergachev 2022-01-19 02:41:11 +01:00
parent 4f4d47dcdd
commit bbf13f4439
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ class BaseSoC(SoCCore):
size=256 * 1024 * 1024 // 8,
linker=True)
)
self.cpu.use_rom = True
self.constants['CONFIG_CLOCK_FREQUENCY'] = 666666687
use_ps7_clk = True