Change the name of the romstage bootblock.ld
The bootblock.ld linkerscript is used by romstage. Name it accordingly to avoid confusion. Change-Id: I7ca9147bb821fe6f83224d170f5fe25654ef250f Signed-off-by: Marc Jones <marc.jones@se-eng.com> Reviewed-on: http://review.coreboot.org/1031 Reviewed-by: Peter Stuge <peter@stuge.se> Tested-by: build bot (Jenkins)
This commit is contained in:
parent
49fe74bd69
commit
762aa3e199
|
@ -176,7 +176,7 @@ $(objgenerated)/coreboot_ap.o: $(src)/mainboard/$(MAINBOARDDIR)/ap_romstage.c $(
|
||||||
|
|
||||||
crt0s = $(src)/arch/x86/init/prologue.inc
|
crt0s = $(src)/arch/x86/init/prologue.inc
|
||||||
ldscripts =
|
ldscripts =
|
||||||
ldscripts += $(src)/arch/x86/init/bootblock.ld
|
ldscripts += $(src)/arch/x86/init/romstage.ld
|
||||||
crt0s += $(src)/cpu/x86/32bit/entry32.inc
|
crt0s += $(src)/cpu/x86/32bit/entry32.inc
|
||||||
ldscripts += $(src)/cpu/x86/32bit/entry32.lds
|
ldscripts += $(src)/cpu/x86/32bit/entry32.lds
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue