diff options
Diffstat (limited to 'board/compulab/cl-som-imx7/mux.c')
-rw-r--r-- | board/compulab/cl-som-imx7/mux.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/compulab/cl-som-imx7/mux.c b/board/compulab/cl-som-imx7/mux.c index 25123ee145a..da8848b9f57 100644 --- a/board/compulab/cl-som-imx7/mux.c +++ b/board/compulab/cl-som-imx7/mux.c @@ -67,7 +67,7 @@ PADS_SET(espi1_pads) #endif /* CONFIG_SPI */ -#ifndef CONFIG_SPL_BUILD +#ifndef CONFIG_XPL_BUILD #ifdef CONFIG_FSL_ESDHC_IMX @@ -138,4 +138,4 @@ static iomux_v3_cfg_t const wdog_pads[] = { PADS_SET(wdog_pads) -#endif /* !CONFIG_SPL_BUILD */ +#endif /* !CONFIG_XPL_BUILD */ |