summaryrefslogtreecommitdiff
path: root/src/arch/x86/coreboot_ram.ld
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/coreboot_ram.ld')
-rw-r--r--src/arch/x86/coreboot_ram.ld14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/arch/x86/coreboot_ram.ld b/src/arch/x86/coreboot_ram.ld
index 7ce0367cf1..d9f09090d9 100644
--- a/src/arch/x86/coreboot_ram.ld
+++ b/src/arch/x86/coreboot_ram.ld
@@ -92,20 +92,6 @@ SECTIONS
*(COMMON)
}
_ebss = .;
- _end = .;
-
- /* coreboot really "ends" here. Only heap and stack are placed after
- * this line.
- */
-
- . = ALIGN(CONFIG_STACK_SIZE);
-
- _stack = .;
- .stack . : {
- /* Reserve a stack for each possible cpu */
- . += CONFIG_MAX_CPUS*CONFIG_STACK_SIZE;
- }
- _estack = .;
_heap = .;
.heap . : {