- Updates to config.g so that it works more reliably and has initial support
[coreboot.git] / src / config / linuxbios_c.ld
index 4340f1a135bdf60ac5c9e9744ac65a5c15e14798..c05a4c995e4793f01a28d1d49e0662b893b77b5d 100644 (file)
@@ -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 = .;