diff options
Diffstat (limited to 'board/st/common')
-rw-r--r-- | board/st/common/Makefile | 2 | ||||
-rw-r--r-- | board/st/common/cmd_stboard.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/board/st/common/Makefile b/board/st/common/Makefile index b01245e4b48..fda48d2ff99 100644 --- a/board/st/common/Makefile +++ b/board/st/common/Makefile @@ -8,7 +8,7 @@ obj-$(CONFIG_PMIC_STPMIC1) += stpmic1.o ifeq ($(CONFIG_ARCH_STM32MP),y) obj-$(CONFIG_SET_DFU_ALT_INFO) += stm32mp_dfu.o -obj-$(CONFIG_$(SPL_)DFU_VIRT) += stm32mp_dfu_virt.o +obj-$(CONFIG_$(XPL_)DFU_VIRT) += stm32mp_dfu_virt.o endif obj-$(CONFIG_TYPEC_STUSB160X) += stusb160x.o diff --git a/board/st/common/cmd_stboard.c b/board/st/common/cmd_stboard.c index 50da063051b..b9d0abdba7d 100644 --- a/board/st/common/cmd_stboard.c +++ b/board/st/common/cmd_stboard.c @@ -29,7 +29,7 @@ * Board: MB<Board> Var<VarCPN>.<VarFG> Rev.<Revision>-<BOM> */ -#ifndef CONFIG_SPL_BUILD +#ifndef CONFIG_XPL_BUILD #include <command.h> #include <console.h> #include <misc.h> |