AMD boards (non-AGESA): Cleanup post_cache_as_ram.c includes

Change-Id: Ib3a69e3364418426438f88ba14e5cf744e2414fa
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/4524
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-by: Bruce Griffith <Bruce.Griffith@se-eng.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
This commit is contained in:
Kyösti Mälkki
2013-12-10 07:33:36 +02:00
parent 88a67f0cc9
commit 142b52cd32
73 changed files with 5 additions and 70 deletions

View File

@@ -77,7 +77,7 @@ static void vErrata343(void)
void cache_as_ram_switch_stack(void *resume_backup_memory);
static void post_cache_as_ram(void)
void post_cache_as_ram(void)
{
void *resume_backup_memory = NULL;
#if 1

View File

@@ -17,6 +17,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "cpu/amd/car/post_cache_as_ram.c"
#include "defaults.h"
#include <stdlib.h>
#include <cpu/x86/lapic.h>

View File

@@ -1,3 +1,5 @@
#include "cpu/amd/car/post_cache_as_ram.c"
#if CONFIG_HAVE_OPTION_TABLE
#include "option_table.h"
#endif