Kyösti Mälkki has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/37235 )
Change subject: amdfam10: Clean leftover prototypes ......................................................................
amdfam10: Clean leftover prototypes
Change-Id: Ic3278cb1148c34284aba59f6f588713b683ca90b Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com --- M src/include/cpu/amd/car.h 1 file changed, 0 insertions(+), 4 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/35/37235/1
diff --git a/src/include/cpu/amd/car.h b/src/include/cpu/amd/car.h index 359fa6b..e4dd142 100644 --- a/src/include/cpu/amd/car.h +++ b/src/include/cpu/amd/car.h @@ -4,10 +4,6 @@ #include <arch/cpu.h>
void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx); -asmlinkage void *post_cache_as_ram(void); -asmlinkage void cache_as_ram_new_stack(void); - -void disable_cache_as_ram(void);
void asmlinkage early_all_cores(void);