diff mbox

[U-Boot,v1] tools: Remove CONFIG_SYS_TEXT_BASE in Makefile

Message ID 1488306551-30157-1-git-send-email-patrick.delaunay@st.com
State Accepted
Commit 8f42a2b64738394150a3249307f9fec62821e8db
Delegated to: Tom Rini
Headers show

Commit Message

Patrick DELAUNAY Feb. 28, 2017, 6:29 p.m. UTC
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 <patrick.delaunay@st.com>
---

 tools/Makefile | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini March 1, 2017, 4 p.m. UTC | #1
On Tue, Feb 28, 2017 at 07:29:11PM +0100, Patrick Delaunay wrote:

> 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 <patrick.delaunay@st.com>

Reviewed-by: Tom Rini <trini@konsulko.com>
Simon Glass March 3, 2017, 4:53 a.m. UTC | #2
On 28 February 2017 at 11:29, Patrick Delaunay <patrick.delaunay@st.com> wrote:
> 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 <patrick.delaunay@st.com>
> ---
>
>  tools/Makefile | 1 -
>  1 file changed, 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>
Tom Rini March 10, 2017, 3:10 p.m. UTC | #3
On Tue, Feb 28, 2017 at 07:29:11PM +0100, Patrick Delaunay wrote:

> 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 <patrick.delaunay@st.com>
> Reviewed-by: Tom Rini <trini@konsulko.com>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/tools/Makefile b/tools/Makefile
index 5000f4d..1c840d7 100644
--- 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