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/data_modul/common/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/data_modul/common/common.c') diff --git a/board/data_modul/common/common.c b/board/data_modul/common/common.c index b4d74a8fd8b..b5f83908771 100644 --- a/board/data_modul/common/common.c +++ b/board/data_modul/common/common.c @@ -72,7 +72,7 @@ int board_phys_sdram_size(phys_size_t *size) return 0; } -#ifdef CONFIG_SPL_BUILD +#ifdef CONFIG_XPL_BUILD static void data_modul_imx_edm_sbc_early_init_f(const iomux_v3_cfg_t wdog_pad) { struct wdog_regs *wdog = (struct wdog_regs *)WDOG1_BASE_ADDR; -- cgit v1.2.3