public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] kirkwood: Fix Makefile TEXT_BASE for mkimage
@ 2010-10-19 13:18 Gray Remlin
  2010-10-20  6:03 ` Prafulla Wadaskar
  0 siblings, 1 reply; 3+ messages in thread
From: Gray Remlin @ 2010-10-19 13:18 UTC (permalink / raw)
  To: u-boot


Signed-off-by: Gray Remlin <g_remlin@rocketmail.com>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 30a564d..a3136da 100644
--- a/Makefile
+++ b/Makefile
@@ -341,7 +341,7 @@ $(obj)u-boot.imx:       $(obj)u-boot.bin

 $(obj)u-boot.kwb:       $(obj)u-boot.bin
                $(obj)tools/mkimage -n $(KWD_CONFIG) -T kwbimage \
-               -a $(CONFIG_SYS_TEXT_BASE) -e $(TEXT_BASE) -d $< $@
+               -a $(CONFIG_SYS_TEXT_BASE) -e $(CONFIG_SYS_TEXT_BASE) -d
$< $@

 $(obj)u-boot.sha1:     $(obj)u-boot.bin
                $(obj)tools/ubsha1 $(obj)u-boot.bin
--

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

* [U-Boot] [PATCH] kirkwood: Fix Makefile TEXT_BASE for mkimage
  2010-10-19 13:18 [U-Boot] [PATCH] kirkwood: Fix Makefile TEXT_BASE for mkimage Gray Remlin
@ 2010-10-20  6:03 ` Prafulla Wadaskar
  2010-10-20  7:44   ` Mike Frysinger
  0 siblings, 1 reply; 3+ messages in thread
From: Prafulla Wadaskar @ 2010-10-20  6:03 UTC (permalink / raw)
  To: u-boot

Hi Gray

It will be great if you put some comments too.
That to describe patch objective

Regards..
Prafulla . .

> -----Original Message-----
> From: u-boot-bounces at lists.denx.de 
> [mailto:u-boot-bounces at lists.denx.de] On Behalf Of Gray Remlin
> Sent: Tuesday, October 19, 2010 6:48 PM
> To: u-boot at lists.denx.de
> Subject: [U-Boot] [PATCH] kirkwood: Fix Makefile TEXT_BASE for mkimage
> 
> 
> Signed-off-by: Gray Remlin <g_remlin@rocketmail.com>
> ---
>  Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/Makefile b/Makefile
> index 30a564d..a3136da 100644
> --- a/Makefile
> +++ b/Makefile
> @@ -341,7 +341,7 @@ $(obj)u-boot.imx:       $(obj)u-boot.bin
> 
>  $(obj)u-boot.kwb:       $(obj)u-boot.bin
>                 $(obj)tools/mkimage -n $(KWD_CONFIG) -T kwbimage \
> -               -a $(CONFIG_SYS_TEXT_BASE) -e $(TEXT_BASE) -d $< $@
> +               -a $(CONFIG_SYS_TEXT_BASE) -e 
> $(CONFIG_SYS_TEXT_BASE) -d
> $< $@
> 
>  $(obj)u-boot.sha1:     $(obj)u-boot.bin
>                 $(obj)tools/ubsha1 $(obj)u-boot.bin
> --
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
> 

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

* [U-Boot] [PATCH] kirkwood: Fix Makefile TEXT_BASE for mkimage
  2010-10-20  6:03 ` Prafulla Wadaskar
@ 2010-10-20  7:44   ` Mike Frysinger
  0 siblings, 0 replies; 3+ messages in thread
From: Mike Frysinger @ 2010-10-20  7:44 UTC (permalink / raw)
  To: u-boot

On Wednesday, October 20, 2010 02:03:10 Prafulla Wadaskar wrote:
> Hi Gray

please dont top post

> It will be great if you put some comments too.
> That to describe patch objective

Wolfgang recently cleaned up TEXT_BASE so it no longer exists
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
Url : http://lists.denx.de/pipermail/u-boot/attachments/20101020/7ffa4c67/attachment.pgp 

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

end of thread, other threads:[~2010-10-20  7:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-19 13:18 [U-Boot] [PATCH] kirkwood: Fix Makefile TEXT_BASE for mkimage Gray Remlin
2010-10-20  6:03 ` Prafulla Wadaskar
2010-10-20  7:44   ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox