summaryrefslogtreecommitdiff
path: root/target/xtensa/core-dc233c.c
diff options
context:
space:
mode:
Diffstat (limited to 'target/xtensa/core-dc233c.c')
-rw-r--r--target/xtensa/core-dc233c.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/xtensa/core-dc233c.c b/target/xtensa/core-dc233c.c
index 40475e5205..00301c28a2 100644
--- a/target/xtensa/core-dc233c.c
+++ b/target/xtensa/core-dc233c.c
@@ -35,6 +35,9 @@
#include "core-dc233c/core-isa.h"
#include "overlay_tool.h"
+#define xtensa_modules xtensa_modules_dc233c
+#include "core-dc233c/xtensa-modules.c"
+
static XtensaConfig dc233c __attribute__((unused)) = {
.name = "dc233c",
.gdb_regmap = {
@@ -44,6 +47,7 @@ static XtensaConfig dc233c __attribute__((unused)) = {
#include "core-dc233c/gdb-config.c"
}
},
+ .isa_internal = &xtensa_modules,
.clock_freq_khz = 10000,
DEFAULT_SECTIONS
};