projects
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc8bb6e
)
config.mk: delete unnecessary lines
author
Masahiro Yamada
<yamada.m@jp.panasonic.com>
Mon, 11 Nov 2013 05:36:02 +0000
(14:36 +0900)
committer
Tom Rini
<trini@ti.com>
Sun, 17 Nov 2013 19:11:32 +0000
(14:11 -0500)
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
patch
|
blob
|
history
diff --git
a/config.mk
b/config.mk
index
3441387
..
206de20
100644
(file)
--- 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