
11 Nov
2013
11 Nov
'13
6:36 a.m.
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 --- 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