Use rocket config with fpu and mmu for booting linux

This commit is contained in:
Klemens Schölhorn 2018-05-19 19:00:57 +02:00
parent 87bb3a5f24
commit ec4e3ec36d
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 6df42fc36078d6ff60c1610b6fb89b24d668f134
Subproject commit 81d631a6a1d9323f876b87e8af7f23042c33e3f0

View File

@ -21,7 +21,7 @@ class FreedomUML507Config extends Config(
new WithoutTLMonitors ++
new WithJtagDTM ++
new WithNMemoryChannels(1) ++
new WithNBigCores(1) ++
new WithNSmallLinuxCores(1) ++
new BaseConfig
)