diff options
Diffstat (limited to 'board/congatec/common/Makefile')
-rw-r--r-- | board/congatec/common/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/congatec/common/Makefile b/board/congatec/common/Makefile index d4ddfbf9716..2db0fc1ae5c 100644 --- a/board/congatec/common/Makefile +++ b/board/congatec/common/Makefile @@ -8,10 +8,12 @@ MINIMAL= ifdef CONFIG_SPL_BUILD +ifndef CONFIG_TPL_BUILD ifdef CONFIG_SPL_INIT_MINIMAL MINIMAL=y endif endif +endif ifdef MINIMAL # necessary to create built-in.o |