1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-22 10:31:56 +02:00

board: Use CONFIG_XPL_BUILD instead of CONFIG_SPL_BUILD

Use the new symbol to refer to any 'SPL' build, including TPL and VPL

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2024-09-29 19:49:47 -06:00
committed by Tom Rini
parent bef9fdbed2
commit dac3ce976a
305 changed files with 456 additions and 456 deletions

View File

@@ -23,7 +23,7 @@ loop:
return 0;
}
#ifndef CONFIG_SPL_BUILD
#ifndef CONFIG_XPL_BUILD
static int do_esbc_validate(struct cmd_tbl *cmdtp, int flag, int argc,
char *const argv[])
{