diff options
author | Masahiro Yamada | 2013-11-11 14:36:02 +0900 |
---|---|---|
committer | Tom Rini | 2013-11-17 14:11:32 -0500 |
commit | 74307f206cb8bc2f6a3a283154c8d4151337f965 (patch) | |
tree | aca28a72bbcb81ed43f05c98a2cbb18515d2a466 /config.mk | |
parent | bc8bb6ec0af8e7a14e9a50057504263e7127aa73 (diff) |
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 <yamada.m@jp.panasonic.com>
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config.mk b/config.mk index 344138759ca..206de203cc8 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 |