summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2013-11-11 14:36:02 +0900
committerTom Rini <trini@ti.com>2013-11-17 14:11:32 -0500
commit74307f206cb8bc2f6a3a283154c8d4151337f965 (patch)
treeaca28a72bbcb81ed43f05c98a2cbb18515d2a466 /config.mk
parentbc8bb6ec0af8e7a14e9a50057504263e7127aa73 (diff)
config.mk: delete unnecessary lines
SPL_BIN is already defined in spl/Makefile and it is used only in spl/Makefile. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/config.mk b/config.mk
index 344138759c..206de203cc 100644
--- 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