aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/parmer/romstage.c
diff options
context:
space:
mode:
authorSiyuan Wang <wangsiyuanbuaa@gmail.com>2012-11-02 18:14:30 +0800
committerMarc Jones <marcj303@gmail.com>2012-11-02 23:30:15 +0100
commit73097097426edd10dd1032393f1eb2bf7d320112 (patch)
treee91f7f3451bf12897de17be152fe43a70870cab6 /src/mainboard/amd/parmer/romstage.c
parent75a26f875b0ebe549305b14bccb32206128ce163 (diff)
remove enable_cache() of 3 mainboards
Because enable cache is added at the end of disable_cache_as_ram, ( http://review.coreboot.org/#/c/1662/2/src/cpu/amd/agesa/cache_as_ram.inc ) enable_cache() should be removed. The 3 mainboards are: amd parmer, amd thatcher and tyan s8226 Change-Id: If870ca07d2e97b9e860a2e2315f551251c7a4ed2 Signed-off-by: Siyuan Wang <SiYuan.Wang@amd.com> Signed-off-by: Siyuan Wang <wangsiyuanbuaa@gmail.com> Reviewed-on: http://review.coreboot.org/1669 Reviewed-by: Marc Jones <marcj303@gmail.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/amd/parmer/romstage.c')
-rw-r--r--src/mainboard/amd/parmer/romstage.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/amd/parmer/romstage.c b/src/mainboard/amd/parmer/romstage.c
index 028d6ae722..56fcb574ff 100644
--- a/src/mainboard/amd/parmer/romstage.c
+++ b/src/mainboard/amd/parmer/romstage.c
@@ -27,7 +27,6 @@
#include <arch/romcc_io.h>
#include <arch/cpu.h>
#include <cpu/x86/lapic.h>
-#include <cpu/x86/cache.h>
#include <console/console.h>
#include <console/loglevel.h>
#include "agesawrapper.h"
@@ -102,7 +101,6 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
}
printk(BIOS_DEBUG, "Got past agesawrapper_amdinitenv\n");
disable_cache_as_ram();
- enable_cache();
#if CONFIG_HAVE_ACPI_RESUME
} else { /* S3 detect */
printk(BIOS_INFO, "S3 detected\n");