]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - config.mk
config.mk: delete unnecessary lines
[karo-tx-uboot.git] / config.mk
index 344138759ca9381bdadbe02323f55fafcf76c9d5..206de203cc8ff0f289e83803f24bfc09a6b45072 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -13,12 +13,6 @@ SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
 
 export SHELL
 
-ifeq ($(CONFIG_TPL_BUILD),y)
-SPL_BIN := u-boot-tpl
-else
-SPL_BIN := u-boot-spl
-endif
-
 ifeq ($(CURDIR),$(SRCTREE))
 dir :=
 else