From 2458f42b27e6525f4131899ef36f21d0f7dace1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ky=C3=B6sti=20M=C3=A4lkki?= Date: Tue, 22 Apr 2014 16:46:31 +0300 Subject: AMD: Add common header file for CAR setup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I24b2cbd671ac3a463562d284f06258140a019a37 Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/4683 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/cpu/amd/car/post_cache_as_ram.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src/cpu') diff --git a/src/cpu/amd/car/post_cache_as_ram.c b/src/cpu/amd/car/post_cache_as_ram.c index 97127855be..51caec59ea 100644 --- a/src/cpu/amd/car/post_cache_as_ram.c +++ b/src/cpu/amd/car/post_cache_as_ram.c @@ -5,6 +5,7 @@ #include #include #include +#include #include "cbmem.h" #include "cpu/amd/car/disable_cache_as_ram.c" @@ -75,8 +76,6 @@ static void vErrata343(void) #endif } -void cache_as_ram_switch_stack(void *resume_backup_memory); - void post_cache_as_ram(void) { void *resume_backup_memory = NULL; @@ -112,9 +111,6 @@ void post_cache_as_ram(void) cache_as_ram_switch_stack(resume_backup_memory); } -void -cache_as_ram_new_stack (void *resume_backup_memory); - void cache_as_ram_new_stack (void *resume_backup_memory __attribute__ ((unused))) { -- cgit v1.2.3