From bc131a77deba08efe803c291ce7aef4d2550b38a Mon Sep 17 00:00:00 2001 From: Peter Stuge Date: Sat, 2 Aug 2008 01:45:04 +0000 Subject: [PATCH] v3: More amdk8 -> amd/k8 fixups Signed-off-by: Peter Stuge Acked-by: Peter Stuge git-svn-id: svn://coreboot.org/repository/coreboot-v3@711 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- arch/x86/Makefile | 2 +- arch/x86/amd/k8/stage1.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/Makefile b/arch/x86/Makefile index bc6656da2b..8158ac4d1e 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile @@ -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 diff --git a/arch/x86/amd/k8/stage1.c b/arch/x86/amd/k8/stage1.c index 24133d35e7..9989b725d1 100644 --- a/arch/x86/amd/k8/stage1.c +++ b/arch/x86/amd/k8/stage1.c @@ -22,7 +22,7 @@ #include #include #include -#include +#include /** * Disable Cache As RAM (CAR) after memory is setup.