]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
tools: Remove CONFIG_SYS_TEXT_BASE in Makefile
authorPatrick Delaunay <patrick.delaunay@st.com>
Tue, 28 Feb 2017 18:29:11 +0000 (19:29 +0100)
committerTom Rini <trini@konsulko.com>
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 <patrick.delaunay@st.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
tools/Makefile

index 5000f4d5bbafa94daac1a0e877d409a594cdcff6..1c840d7ae2e7fb78f58a1e27ad1fe211b59411f0 100644 (file)
@@ -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