commit | 49c24a8b9e75a1cc5074966386f0c7f3952bb100 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Sep 29 19:49:47 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 11 11:44:48 2024 -0600 |
tree | c6990967a19a9ae6112711010086b246be590880 | |
parent | 85ed77d96c0610f73800890b51ea4f35c7d0a8df [diff] [blame] |
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>
diff --git a/board/comvetia/lxr2/lxr2.c b/board/comvetia/lxr2/lxr2.c index 1732635..dc7fc20 100644 --- a/board/comvetia/lxr2/lxr2.c +++ b/board/comvetia/lxr2/lxr2.c
@@ -138,7 +138,7 @@ return 0; } -#ifdef CONFIG_SPL_BUILD +#ifdef CONFIG_XPL_BUILD #include <spl.h> #define MX6_PHYFLEX_ERR006282 IMX_GPIO_NR(2, 11)