From: Masahiro Yamada Date: Mon, 11 Nov 2013 05:36:02 +0000 (+0900) Subject: config.mk: delete unnecessary lines X-Git-Tag: v2014.01-rc1~35 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=74307f206cb8bc2f6a3a283154c8d4151337f965;p=u-boot 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 --- 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