mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
v3: More amdk8 -> amd/k8 fixups
Signed-off-by: Peter Stuge <peter@stuge.se> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://coreboot.org/repository/coreboot-v3@711 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
1564bcac15
commit
bc131a77de
2 changed files with 2 additions and 2 deletions
|
@ -126,7 +126,7 @@ ifeq ($(CONFIG_CPU_AMD_GEODELX),y)
|
|||
else
|
||||
ifeq ($(CONFIG_CPU_AMD_K8),y)
|
||||
STAGE0_CAR_OBJ = amd/stage0.o
|
||||
STAGE0_ARCH_X86_OBJ += amdk8/stage1.o
|
||||
STAGE0_ARCH_X86_OBJ += amd/k8/stage1.o
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include <lib.h>
|
||||
#include <console.h>
|
||||
#include <msr.h>
|
||||
#include <amd_k8.h>
|
||||
#include <amd/k8/k8.h>
|
||||
|
||||
/**
|
||||
* Disable Cache As RAM (CAR) after memory is setup.
|
||||
|
|
Loading…
Add table
Reference in a new issue