include: 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:49 -06:00
committed by Tom Rini
parent 371dc068bb
commit f38956a687
79 changed files with 125 additions and 125 deletions

View File

@@ -55,7 +55,7 @@ struct global_data {
* @cur_serial_dev: current serial device
*/
struct udevice *cur_serial_dev;
#ifndef CONFIG_SPL_BUILD
#ifndef CONFIG_XPL_BUILD
/**
* @jt: jump table
*