1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-04-15 07:40:09 +00:00

Change default frequency to 100Mhz

LiteDRAM at the moment pretty much enforces 100Mhz, and our software
isn't quite yet adaptable, so switch out default to 100Mhz accross
the board. Recent timing improvements should make it a non-issue.

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
Benjamin Herrenschmidt
2019-09-30 14:07:16 +10:00
parent f124dc4a40
commit 0f97b320f6

View File

@@ -187,7 +187,7 @@ parameters:
datatype : int
description : Generated system clock frequency in HZ (for top-generic based boards)
paramtype : generic
default : 50000000
default : 100000000
disable_flatten_core:
datatype : bool