Re: [U-Boot] [PATCH v1] tools: Remove CONFIG_SYS_TEXT_BASE in Makefile

2017-03-02 Thread Simon Glass
On 28 February 2017 at 11:29, 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 > --- > > tools/Makefile | 1 - > 1 file changed, 1 deletion(-) Reviewed-by: Simon Glas

Re: [U-Boot] [PATCH v1] tools: Remove CONFIG_SYS_TEXT_BASE in Makefile

2017-03-01 Thread Tom Rini
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 Reviewed-by: Tom Rini -- Tom signature.asc Description: Digital signat

[U-Boot] [PATCH v1] tools: Remove CONFIG_SYS_TEXT_BASE in Makefile

2017-02-28 Thread Patrick Delaunay
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 --- tools/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/Makefile b/tools/Makefile index 5000f4d..1c840d7 100644 --- a/tools/Makef