From 9b9e19049179ce2fc9bd8a494638806ec0aeaec9 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Fri, 29 Jun 2007 14:20:02 +0000 Subject: [PATCH] mv cachemain.c to stage1.c, so that people can tell when it runs. Signed-off-by: Ronald G. Minnich Acked-by: Stefan Reinauer git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@412 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- arch/x86/Makefile | 2 +- arch/x86/{cachemain.c => stage1.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/x86/{cachemain.c => stage1.c} (100%) diff --git a/arch/x86/Makefile b/arch/x86/Makefile index ad085d98d2..9f71d4cd5a 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile @@ -76,7 +76,7 @@ $(obj)/linuxbios.bootblock: $(obj)/linuxbios.vpd $(obj)/stage0.init STAGE0_LIB_OBJ = uart8250.o mem.o elfboot.o lar.o delay.o vtxprintf.o \ vsprintf.o console.o -STAGE0_ARCH_X86_OBJ = cachemain.o serial.o archelfboot.o speaker.o \ +STAGE0_ARCH_X86_OBJ = stage1.o serial.o archelfboot.o speaker.o \ udelay_io.o mc146818rtc.o ifeq ($(CONFIG_CPU_I586),y) diff --git a/arch/x86/cachemain.c b/arch/x86/stage1.c similarity index 100% rename from arch/x86/cachemain.c rename to arch/x86/stage1.c