projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b83f0d
)
tools: Remove CONFIG_SYS_TEXT_BASE in Makefile
author
Patrick Delaunay
<
[email protected]
>
Tue, 28 Feb 2017 18:29:11 +0000
(19:29 +0100)
committer
Tom Rini
<
[email protected]
>
Thu, 9 Mar 2017 16:31:40 +0000
(11:31 -0500)
This define is not used in tools sources and can be removed
to avoid unnecessary link between tools and defconfig
Signed-off-by: Patrick Delaunay <
[email protected]
>
Reviewed-by: Tom Rini <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index 5000f4d5bbafa94daac1a0e877d409a594cdcff6..1c840d7ae2e7fb78f58a1e27ad1fe211b59411f0 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-246,7
+246,6
@@
HOST_EXTRACFLAGS += -include $(srctree)/include/libfdt_env.h \
$(patsubst -I%,-idirafter%, $(filter -I%, $(UBOOTINCLUDE))) \
-I$(srctree)/lib/libfdt \
-I$(srctree)/tools \
- -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \
-DUSE_HOSTCC \
-D__KERNEL_STRICT_NAMES \
-D_GNU_SOURCE