From aa91499a0dfaeb786137ab2fc55b35b85901399a Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 26 Feb 2007 02:27:20 +0000 Subject: [PATCH] Don't uppercase 'initram' as it's a file name (trivial). Signed-off-by: Uwe Hermann Acked-by: Uwe Hermann git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@127 f3766cd6-281f-0410-b1cd-43a5c92072e9 --- mainboard/emulation/qemu-i386/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mainboard/emulation/qemu-i386/Makefile b/mainboard/emulation/qemu-i386/Makefile index aaad690fa9..059bddb57a 100644 --- a/mainboard/emulation/qemu-i386/Makefile +++ b/mainboard/emulation/qemu-i386/Makefile @@ -30,10 +30,10 @@ $(obj)/linuxbios.vpd: $(Q)printf "done\n" # -# This is going to be the init RAM code: +# This is going to be the init RAM code. # -# Initram is always uncompressed. It belongs into the mainboard directory -# and is built from what was auto.c in v2. +# The initram file is always uncompressed. It belongs into the mainboard +# directory and is built from what was auto.c in v2. # $(obj)/linuxbios.initram: $(obj)/stage0.init $(obj)/stage0.o