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:
parent
aaea9aacab
commit
1b1d130d92
2 changed files with 2 additions and 2 deletions
|
|
@ -31,7 +31,7 @@
|
|||
#endif
|
||||
|
||||
#include <mtrr.h>
|
||||
#include <amd_k8.h>
|
||||
#include <amd/k8/k8.h>
|
||||
|
||||
.code16
|
||||
.globl _stage0
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue