Skip to content

Commit

Permalink
config.mk: delete unnecessary lines
Browse files Browse the repository at this point in the history
SPL_BIN is already defined in spl/Makefile
and it is used only in spl/Makefile.

Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
masahir0y authored and trini committed Nov 17, 2013
1 parent bc8bb6e commit 74307f2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 74307f2

Please sign in to comment.