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:
Peter Stuge 2008-08-02 01:45:04 +00:00
parent 1564bcac15
commit bc131a77de
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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.