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/wandboard/Makefile b/board/wandboard/Makefile index c3d8053..6e5bcc1 100644 --- a/board/wandboard/Makefile +++ b/board/wandboard/Makefile
@@ -3,4 +3,4 @@ # (C) Copyright 2013 Freescale Semiconductor, Inc. obj-y := wandboard.o -obj-$(CONFIG_SPL_BUILD) += spl.o +obj-$(CONFIG_XPL_BUILD) += spl.o