]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
scripts: Rename Makefile.spl to Makefile.xpl
authorSimon Glass <sjg@chromium.org>
Mon, 30 Sep 2024 01:49:30 +0000 (19:49 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 11 Oct 2024 17:44:47 +0000 (11:44 -0600)
Rename this file to indicate that it refers to any non-U-Boot-proper
phase, not just SPL, which is the phase immediately before U-Boot
proper.

Signed-off-by: Simon Glass <sjg@chromium.org>
Makefile
scripts/Makefile.xpl [moved from scripts/Makefile.spl with 100% similarity]

index 300cee2e7f6bb8ccef7b9b5ca968c278fe9c3005..4378993ccfd4f574ec15b146934f01c076369bd2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2094,7 +2094,7 @@ spl/u-boot-spl-dtb.hex: spl/u-boot-spl
        @:
 
 spl/u-boot-spl: tools prepare $(if $(CONFIG_SPL_OF_CONTROL),dts/dt.dtb)
-       $(Q)$(MAKE) obj=spl -f $(srctree)/scripts/Makefile.spl all
+       $(Q)$(MAKE) obj=spl -f $(srctree)/scripts/Makefile.xpl all
 
 spl/sunxi-spl.bin: spl/u-boot-spl
        @:
@@ -2113,14 +2113,14 @@ tpl/u-boot-tpl.bin: tpl/u-boot-tpl
        $(TPL_SIZE_CHECK)
 
 tpl/u-boot-tpl: tools prepare $(if $(CONFIG_TPL_OF_CONTROL),dts/dt.dtb)
-       $(Q)$(MAKE) obj=tpl -f $(srctree)/scripts/Makefile.spl all
+       $(Q)$(MAKE) obj=tpl -f $(srctree)/scripts/Makefile.xpl all
 
 vpl/u-boot-vpl.bin: vpl/u-boot-vpl
        @:
        $(VPL_SIZE_CHECK)
 
 vpl/u-boot-vpl: tools prepare $(if $(CONFIG_TPL_OF_CONTROL),dts/dt.dtb)
-       $(Q)$(MAKE) obj=vpl -f $(srctree)/scripts/Makefile.spl all
+       $(Q)$(MAKE) obj=vpl -f $(srctree)/scripts/Makefile.xpl all
 
 TAG_SUBDIRS := $(patsubst %,$(srctree)/%,$(u-boot-dirs) include)
 
similarity index 100%
rename from scripts/Makefile.spl
rename to scripts/Makefile.xpl