From d9432b5cf0cce3bfdbfd5371fb3280e3cc746a42 Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Fri, 29 Aug 2014 10:01:39 -0500 Subject: [PATCH] arm64: remove _stack and _estack symbols in linker script These symbols should have been removed with the stack refactoring. I'm not sure how it was missed. BUG=chrome-os-partner:31545 BRANCH=None TEST=Built and booted into kernel with both cpus. Change-Id: I17bc9a7aaaf133f427b15f803a6003fa2ca8f8a6 Signed-off-by: Aaron Durbin Reviewed-on: https://chromium-review.googlesource.com/215541 --- src/arch/arm64/ramstage.ld | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/arch/arm64/ramstage.ld b/src/arch/arm64/ramstage.ld index 299dce5958..8a730e0b95 100644 --- a/src/arch/arm64/ramstage.ld +++ b/src/arch/arm64/ramstage.ld @@ -103,10 +103,6 @@ SECTIONS _eheap = .; } - /* arm64 chipsets need to define CONFIG_RAMSTAGE_STACK_(TOP|BOTTOM) */ - _stack = CONFIG_RAMSTAGE_STACK_BOTTOM; - _estack = CONFIG_RAMSTAGE_STACK_TOP; - /* The ram segment. This includes all memory used by the memory * resident copy of coreboot, except the tables that are produced on * the fly, but including stack and heap.