public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] [PATCH] fdt: suppress unused variable 'bd' warning
@ 2007-08-16  3:29 Kim Phillips
  2007-08-16 10:20 ` Wolfgang Denk
  2007-08-16 12:03 ` Jerry Van Baren
  0 siblings, 2 replies; 3+ messages in thread
From: Kim Phillips @ 2007-08-16  3:29 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
---
gvb, please apply, in addition to:

"fdt: remove unused OF_FLAT_TREE_MAX_SIZE references"
sent Fri, 10 Aug 2007 14:34:14 -0500

Thanks, Kim.

 common/fdt_support.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/common/fdt_support.c b/common/fdt_support.c
index caaa682..175d59e 100644
--- a/common/fdt_support.c
+++ b/common/fdt_support.c
@@ -46,7 +46,6 @@ struct fdt_header *fdt;
 
 int fdt_chosen(void *fdt, ulong initrd_start, ulong initrd_end, int force)
 {
-	bd_t *bd = gd->bd;
 	int   nodeoffset;
 	int   err;
 	u32   tmp;		/* used to set 32 bit integer properties */
-- 
1.5.2.2

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

* [U-Boot-Users] [PATCH] fdt: suppress unused variable 'bd' warning
  2007-08-16  3:29 [U-Boot-Users] [PATCH] fdt: suppress unused variable 'bd' warning Kim Phillips
@ 2007-08-16 10:20 ` Wolfgang Denk
  2007-08-16 12:03 ` Jerry Van Baren
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Denk @ 2007-08-16 10:20 UTC (permalink / raw)
  To: u-boot

In message <20070815222956.632654f7.kim.phillips@freescale.com> you wrote:
> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
> ---
> gvb, please apply, in addition to:

I took this one directly, as it's an obvious fix. Thanks. Applied.

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 only solution is ... a balance of power. We  arm  our  side  with
exactly  that  much  more.  A balance of power -- the trickiest, most
difficult, dirtiest game of them all. But the only one that preserves
both sides.
	-- Kirk, "A Private Little War", stardate 4211.8

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

* [U-Boot-Users] [PATCH] fdt: suppress unused variable 'bd' warning
  2007-08-16  3:29 [U-Boot-Users] [PATCH] fdt: suppress unused variable 'bd' warning Kim Phillips
  2007-08-16 10:20 ` Wolfgang Denk
@ 2007-08-16 12:03 ` Jerry Van Baren
  1 sibling, 0 replies; 3+ messages in thread
From: Jerry Van Baren @ 2007-08-16 12:03 UTC (permalink / raw)
  To: u-boot

Kim Phillips wrote:
> Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
> ---
> gvb, please apply, in addition to:

Wolfgang beat me to it, thanks.

> "fdt: remove unused OF_FLAT_TREE_MAX_SIZE references"
> sent Fri, 10 Aug 2007 14:34:14 -0500

Oooo, I forgot that one. :-(  Thanks for the reminder, I'll apply it.
Ref: <http://article.gmane.org/gmane.comp.boot-loaders.u-boot/30889>

> Thanks, Kim.

...and thank /you/ for your series on 83xx throwing the LIBFDT switch.  :-)

Best regards,
gvb

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

end of thread, other threads:[~2007-08-16 12:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-16  3:29 [U-Boot-Users] [PATCH] fdt: suppress unused variable 'bd' warning Kim Phillips
2007-08-16 10:20 ` Wolfgang Denk
2007-08-16 12:03 ` Jerry Van Baren

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