public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] Makefile: rename TEXT_BASE to CONFIG_SYS_TEXT_BASE
@ 2010-10-19 17:31 Eric Cooper
  2010-10-19 17:36 ` Eric Cooper
  2010-10-19 21:56 ` Wolfgang Denk
  0 siblings, 2 replies; 4+ messages in thread
From: Eric Cooper @ 2010-10-19 17:31 UTC (permalink / raw)
  To: u-boot

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

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

* [U-Boot] [PATCH] Makefile: rename TEXT_BASE to CONFIG_SYS_TEXT_BASE
  2010-10-19 17:31 [U-Boot] [PATCH] Makefile: rename TEXT_BASE to CONFIG_SYS_TEXT_BASE Eric Cooper
@ 2010-10-19 17:36 ` Eric Cooper
  2010-10-19 21:57   ` Wolfgang Denk
  2010-10-19 21:56 ` Wolfgang Denk
  1 sibling, 1 reply; 4+ messages in thread
From: Eric Cooper @ 2010-10-19 17:36 UTC (permalink / raw)
  To: u-boot

Please ignore, the same patch was submitted earlier today by Gray Remlin.

-- 
Eric Cooper             e c c @ c m u . e d u

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

* [U-Boot] [PATCH] Makefile: rename TEXT_BASE to CONFIG_SYS_TEXT_BASE
  2010-10-19 17:31 [U-Boot] [PATCH] Makefile: rename TEXT_BASE to CONFIG_SYS_TEXT_BASE Eric Cooper
  2010-10-19 17:36 ` Eric Cooper
@ 2010-10-19 21:56 ` Wolfgang Denk
  1 sibling, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2010-10-19 21:56 UTC (permalink / raw)
  To: u-boot

Dear Eric Cooper,

In message <1287509471-4979-1-git-send-email-ecc@cmu.edu> you wrote:
> ---
>  Makefile |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

Applied to u-boot-arm, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
The use of COBOL cripples the mind; its teaching  should,  therefore,
be regarded as a criminal offence.
          -- Edsger W. Dijkstra, SIGPLAN Notices, Volume 17, Number 5

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

* [U-Boot] [PATCH] Makefile: rename TEXT_BASE to CONFIG_SYS_TEXT_BASE
  2010-10-19 17:36 ` Eric Cooper
@ 2010-10-19 21:57   ` Wolfgang Denk
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2010-10-19 21:57 UTC (permalink / raw)
  To: u-boot

Dear Eric Cooper,

In message <20101019173633.GA2712@localhost> you wrote:
> Please ignore, the same patch was submitted earlier today by Gray Remlin.

Ah, right, missed that because it looked to be too Kirkwood specific.

Anyway...

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
A consultant is a person who borrows your watch, tells you what  time
it is, pockets the watch, and sends you a bill for it.

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

end of thread, other threads:[~2010-10-19 21:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-19 17:31 [U-Boot] [PATCH] Makefile: rename TEXT_BASE to CONFIG_SYS_TEXT_BASE Eric Cooper
2010-10-19 17:36 ` Eric Cooper
2010-10-19 21:57   ` Wolfgang Denk
2010-10-19 21:56 ` Wolfgang Denk

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