From dac3ce976a9b06be5aadbd857c4b64a8c521c6d4 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 29 Sep 2024 19:49:47 -0600 Subject: 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 --- board/conclusive/kstr-sama5d27/kstr-sama5d27.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/conclusive/kstr-sama5d27/kstr-sama5d27.c') diff --git a/board/conclusive/kstr-sama5d27/kstr-sama5d27.c b/board/conclusive/kstr-sama5d27/kstr-sama5d27.c index 64282ae9dc7..58582bc229a 100644 --- a/board/conclusive/kstr-sama5d27/kstr-sama5d27.c +++ b/board/conclusive/kstr-sama5d27/kstr-sama5d27.c @@ -141,7 +141,7 @@ int dram_init(void) } /* SPL */ -#ifdef CONFIG_SPL_BUILD +#ifdef CONFIG_XPL_BUILD void spl_board_init(void) { } -- cgit v1.2.3