[U-Boot] [PATCH 14/22] config.mk: delete unnecessary lines

Masahiro Yamada yamada.m at jp.panasonic.com
Mon Nov 11 06:36:02 CET 2013


SPL_BIN is already defined in spl/Makefile
and it is used only in spl/Makefile.

Signed-off-by: Masahiro Yamada <yamada.m at jp.panasonic.com>
---
 config.mk | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/config.mk b/config.mk
index 8a82ab4..7c5c82d 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
-- 
1.8.3.2



More information about the U-Boot mailing list