mirror of
https://github.com/antonblanchard/microwatt.git
synced 2026-04-15 15:50:24 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user