summaryrefslogtreecommitdiff
path: root/src/config/linuxbios_c.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/linuxbios_c.ld')
-rw-r--r--src/config/linuxbios_c.ld2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config/linuxbios_c.ld b/src/config/linuxbios_c.ld
index 4340f1a135..c05a4c995e 100644
--- a/src/config/linuxbios_c.ld
+++ b/src/config/linuxbios_c.ld
@@ -87,7 +87,7 @@ SECTIONS
_stack = .;
.stack . : {
/* Reserve a stack for each possible cpu, +1 extra */
- . = ((MAX_CPUS * STACK_SIZE) + STACK_SIZE) ;
+ . = ((CONFIG_MAX_CPUS * STACK_SIZE) + STACK_SIZE) ;
}
_estack = .;
_heap = .;