[coreboot] r711 - in coreboot-v3/arch/x86: . amd/k8

svn at coreboot.org svn at coreboot.org
Sat Aug 2 03:45:04 CEST 2008


Author: stuge
Date: 2008-08-02 03:45:04 +0200 (Sat, 02 Aug 2008)
New Revision: 711

Modified:
   coreboot-v3/arch/x86/Makefile
   coreboot-v3/arch/x86/amd/k8/stage1.c
Log:
v3: More amdk8 -> amd/k8 fixups

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


Modified: coreboot-v3/arch/x86/Makefile
===================================================================
--- coreboot-v3/arch/x86/Makefile	2008-08-02 01:44:27 UTC (rev 710)
+++ coreboot-v3/arch/x86/Makefile	2008-08-02 01:45:04 UTC (rev 711)
@@ -126,7 +126,7 @@
 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

Modified: coreboot-v3/arch/x86/amd/k8/stage1.c
===================================================================
--- coreboot-v3/arch/x86/amd/k8/stage1.c	2008-08-02 01:44:27 UTC (rev 710)
+++ coreboot-v3/arch/x86/amd/k8/stage1.c	2008-08-02 01:45:04 UTC (rev 711)
@@ -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.





More information about the coreboot mailing list