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:
@@ -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
|
||||
|
@@ -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>
|
||||
|
@@ -1,3 +1,5 @@
|
||||
#include "cpu/amd/car/post_cache_as_ram.c"
|
||||
|
||||
#if CONFIG_HAVE_OPTION_TABLE
|
||||
#include "option_table.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user