All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH v1] tools: Remove CONFIG_SYS_TEXT_BASE in Makefile
@ 2017-02-28 18:29 Patrick Delaunay
  2017-03-01 16:00 ` Tom Rini
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Patrick Delaunay @ 2017-02-28 18:29 UTC (permalink / raw)
  To: u-boot

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(-)

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
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH v1] tools: Remove CONFIG_SYS_TEXT_BASE in Makefile
  2017-02-28 18:29 [U-Boot] [PATCH v1] tools: Remove CONFIG_SYS_TEXT_BASE in Makefile Patrick Delaunay
@ 2017-03-01 16:00 ` Tom Rini
  2017-03-03  4:53 ` Simon Glass
  2017-03-10 15:10 ` [U-Boot] [U-Boot, " Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2017-03-01 16:00 UTC (permalink / raw)
  To: u-boot

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>

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170301/c6cbbcc3/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [PATCH v1] tools: Remove CONFIG_SYS_TEXT_BASE in Makefile
  2017-02-28 18:29 [U-Boot] [PATCH v1] tools: Remove CONFIG_SYS_TEXT_BASE in Makefile Patrick Delaunay
  2017-03-01 16:00 ` Tom Rini
@ 2017-03-03  4:53 ` Simon Glass
  2017-03-10 15:10 ` [U-Boot] [U-Boot, " Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Simon Glass @ 2017-03-03  4:53 UTC (permalink / raw)
  To: u-boot

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>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [U-Boot] [U-Boot, v1] tools: Remove CONFIG_SYS_TEXT_BASE in Makefile
  2017-02-28 18:29 [U-Boot] [PATCH v1] tools: Remove CONFIG_SYS_TEXT_BASE in Makefile Patrick Delaunay
  2017-03-01 16:00 ` Tom Rini
  2017-03-03  4:53 ` Simon Glass
@ 2017-03-10 15:10 ` Tom Rini
  2 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2017-03-10 15:10 UTC (permalink / raw)
  To: u-boot

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!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170310/3c4b41e0/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-03-10 15:10 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-28 18:29 [U-Boot] [PATCH v1] tools: Remove CONFIG_SYS_TEXT_BASE in Makefile Patrick Delaunay
2017-03-01 16:00 ` Tom Rini
2017-03-03  4:53 ` Simon Glass
2017-03-10 15:10 ` [U-Boot] [U-Boot, " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.