diff options
Diffstat (limited to 'board/vscom/baltos/Makefile')
-rw-r--r-- | board/vscom/baltos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/vscom/baltos/Makefile b/board/vscom/baltos/Makefile index 2b1e21a1788..6ef87c22eaa 100644 --- a/board/vscom/baltos/Makefile +++ b/board/vscom/baltos/Makefile @@ -4,7 +4,7 @@ # # Copyright (C) 2011 Texas Instruments Incorporated - https://www.ti.com/ -ifeq ($(CONFIG_$(SPL_)SKIP_LOWLEVEL_INIT),) +ifeq ($(CONFIG_$(XPL_)SKIP_LOWLEVEL_INIT),) obj-y := mux.o endif |