aboutsummaryrefslogtreecommitdiff
path: root/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'core.c')
-rw-r--r--core.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/core.c b/core.c
index 8746ec4..44cf3f0 100644
--- a/core.c
+++ b/core.c
@@ -106,9 +106,7 @@ static int name_matches(const hal_core_t *const core, const char * const name)
/* Extra space to leave after particular cores. Yummy. */
static const struct { const char *name; hal_addr_t extra; } gaps[] = {
- { "trng", 4 * CORE_SIZE }, /* Four empty slots after trng */
- { "rosc ent", 3 * CORE_SIZE }, /* Three empty slots after rosc */
- { "csprng", 4 * CORE_SIZE }, /* Four empty slots after csprng */
+ { "csprng", 11 * CORE_SIZE }, /* empty slots after csprng */
{ "modexps6", 3 * CORE_SIZE }, /* ModexpS6 uses four slots */
};