aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/trace.c b/core/trace.c
index d4e1b1d..4eb9e36 100644
--- a/core/trace.c
+++ b/core/trace.c
@@ -36,7 +36,7 @@
static struct {
struct trace_info trace_info;
char buf[BOOT_TBUF_SZ + MAX_SIZE];
-} boot_tracebuf;
+} boot_tracebuf __section(".data.boot_trace");
void init_boot_tracebuf(struct cpu_thread *boot_cpu)
{