Use rocket config with fpu and mmu for booting linux

This commit is contained in:
2018-05-19 19:00:57 +02:00
parent 87bb3a5f24
commit ec4e3ec36d
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
)