global: Rename SPL_ to XPL_

Use XPL_ as the symbol to indicate an SPL build. This means that SPL_ is
no-longer set.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2024-09-29 19:49:53 -06:00
committed by Tom Rini
parent 53abdda2f6
commit c46760d596
81 changed files with 219 additions and 219 deletions

View File

@@ -59,7 +59,7 @@ endif
export SPL_NAME
ifdef CONFIG_XPL_BUILD
SPL_ := SPL_
XPL_ := SPL_
ifeq ($(CONFIG_VPL_BUILD),y)
SPL_TPL_ := VPL_
else
@@ -70,7 +70,7 @@ SPL_TPL_ := SPL_
endif
endif
else
SPL_ :=
XPL_ :=
SPL_TPL_ :=
endif