diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2010-03-30 21:52:05 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2010-03-30 21:52:05 +0000 |
commit | cca626817dc88bfaec8b6ebf787f5f57006fe0cb (patch) | |
tree | a69b43a9ae39de47b4cd6da7fe81a8e3488b03fe /src/cpu/amd/car | |
parent | c269d237f93d7867c7f4cad9a4d619b56f4a3d81 (diff) | |
download | coreboot-cca626817dc88bfaec8b6ebf787f5f57006fe0cb.tar.xz |
get coreboot_ap memory training in cache mechanism in place. Didn't work since
Kconfig (needs more patches to ap_romstage.c but this is a first step)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5335 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/amd/car')
-rw-r--r-- | src/cpu/amd/car/copy_and_run.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/amd/car/copy_and_run.c b/src/cpu/amd/car/copy_and_run.c index 74d2da6253..a6d5fe1314 100644 --- a/src/cpu/amd/car/copy_and_run.c +++ b/src/cpu/amd/car/copy_and_run.c @@ -14,6 +14,6 @@ static void copy_and_run(void) static void copy_and_run_ap_code_in_car(unsigned ret_addr) { - cbfs_and_run_core(CONFIG_CBFS_PREFIX "/coreboot_apc", ret_addr); + cbfs_and_run_core(CONFIG_CBFS_PREFIX "/coreboot_ap", ret_addr); } #endif |