updates submodules and adapts to changes there

This commit is contained in:
2023-07-06 07:54:27 +02:00
parent a7d33ca186
commit 50e30852bc
6 changed files with 46 additions and 23 deletions

View File

@ -7,7 +7,7 @@
#define _PLATFORM_MMAP_H_
// need double braces, see
// https://stackoverflow.com/questions/6893700/how-to-construct-stdarray-object-with-initializer-list#6894191
const std::array<scc::target_memory_map_entry<>, 13> platfrom_mmap = {{
const std::array<scc::target_memory_map_entry<scc::LT>, 13> platfrom_mmap = {{
{clint.socket, 0x2000000, 0xc000},
{plic.socket, 0xc000000, 0x200008},
{aon.socket, 0x10000000, 0x150},