v3: Fix up amd_k8.h -> amd/k8/k8.h includes after the previous svn mv

Signed-off-by: Peter Stuge <peter@stuge.se>
Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://coreboot.org/repository/coreboot-v3@709 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
Peter Stuge 2008-08-01 23:19:05 +00:00
commit 1b1d130d92
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@
#endif
#include <mtrr.h>
#include <amd_k8.h>
#include <amd/k8/k8.h>
.code16
.globl _stage0

View file

@ -29,7 +29,7 @@
#include <string.h>
#include <msr.h>
#include <io.h>
#include <amd_k8.h>
#include <amd/k8/k8.h>
#include <spd.h>
/**