From 74307f206cb8bc2f6a3a283154c8d4151337f965 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Mon, 11 Nov 2013 14:36:02 +0900 Subject: 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 --- config.mk | 6 ------ 1 file changed, 6 deletions(-) (limited to 'config.mk') 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 -- cgit v1.2.1