Skip to content
Snippets Groups Projects
Commit 8f42a2b6 authored by Patrick Delaunay's avatar Patrick Delaunay Committed by Tom Rini
Browse files

tools: Remove CONFIG_SYS_TEXT_BASE in Makefile


This define is not used in tools sources and can be removed
to avoid unnecessary link between tools and defconfig

Signed-off-by: default avatarPatrick Delaunay <patrick.delaunay@st.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
Reviewed-by: default avatarSimon Glass <sjg@chromium.org>
parent 4b83f0d9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment