Commit 8f42a2b64738394150a3249307f9fec62821e8db

Authored by Patrick Delaunay
Committed by Tom Rini
1 parent 4b83f0d98a

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

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

... ... @@ -246,7 +246,6 @@
246 246 $(patsubst -I%,-idirafter%, $(filter -I%, $(UBOOTINCLUDE))) \
247 247 -I$(srctree)/lib/libfdt \
248 248 -I$(srctree)/tools \
249   - -DCONFIG_SYS_TEXT_BASE=$(CONFIG_SYS_TEXT_BASE) \
250 249 -DUSE_HOSTCC \
251 250 -D__KERNEL_STRICT_NAMES \
252 251 -D_GNU_SOURCE