From: Patrick Delaunay Date: Tue, 28 Feb 2017 18:29:11 +0000 (+0100) Subject: tools: Remove CONFIG_SYS_TEXT_BASE in Makefile X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fu-boot.git;a=commitdiff_plain;h=8f42a2b64738394150a3249307f9fec62821e8db 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 Reviewed-by: Tom Rini Reviewed-by: Simon Glass --- diff --git a/tools/Makefile b/tools/Makefile index 5000f4d5bb..1c840d7ae2 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