Compare commits

...

1 Commits

Author SHA1 Message Date
ec4e3ec36d Use rocket config with fpu and mmu for booting linux 2018-05-19 19:00:57 +02:00
2 changed files with 2 additions and 2 deletions

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
)