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