diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2013-11-11 14:36:02 +0900 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2013-11-17 14:11:32 -0500 |
commit | 74307f206cb8bc2f6a3a283154c8d4151337f965 (patch) | |
tree | aca28a72bbcb81ed43f05c98a2cbb18515d2a466 /config.mk | |
parent | bc8bb6ec0af8e7a14e9a50057504263e7127aa73 (diff) | |
download | u-boot-74307f206cb8bc2f6a3a283154c8d4151337f965.tar.gz |
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
@@ -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 |