mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
Don't uppercase 'initram' as it's a file name (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@127 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
d977facd0a
commit
aa91499a0d
1 changed files with 3 additions and 3 deletions
|
@ -30,10 +30,10 @@ $(obj)/linuxbios.vpd:
|
||||||
$(Q)printf "done\n"
|
$(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
|
# The initram file is always uncompressed. It belongs into the mainboard
|
||||||
# and is built from what was auto.c in v2.
|
# directory and is built from what was auto.c in v2.
|
||||||
#
|
#
|
||||||
|
|
||||||
$(obj)/linuxbios.initram: $(obj)/stage0.init $(obj)/stage0.o
|
$(obj)/linuxbios.initram: $(obj)/stage0.init $(obj)/stage0.o
|
||||||
|
|
Loading…
Add table
Reference in a new issue