diff options
| author | Simon Glass <sjg@chromium.org> | 2024-09-29 19:49:53 -0600 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-10-11 11:44:48 -0600 |
| commit | c46760d5967d12b6f7d37402878d1607a98b2b84 (patch) | |
| tree | 29cfaebd9f6c4181425626d7b5e99930a1d2e507 /board/vscom | |
| parent | 53abdda2f69a44c3273deebcf2b25587b8623a65 (diff) | |
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>
Diffstat (limited to 'board/vscom')
| -rw-r--r-- | board/vscom/baltos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/vscom/baltos/Makefile b/board/vscom/baltos/Makefile index 2b1e21a1788..6ef87c22eaa 100644 --- a/board/vscom/baltos/Makefile +++ b/board/vscom/baltos/Makefile @@ -4,7 +4,7 @@ # # Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ -ifeq ($(CONFIG_$(SPL_)SKIP_LOWLEVEL_INIT),) +ifeq ($(CONFIG_$(XPL_)SKIP_LOWLEVEL_INIT),) obj-y := mux.o endif |
