public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Sergej Stepanov <Sergej.Stepanov@ids.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH][FDT] Fix build breakage due to libfdt	import
Date: Wed, 28 Nov 2007 11:02:36 +0100	[thread overview]
Message-ID: <1196244156.3098.3.camel@p60365-ste> (raw)
In-Reply-To: <Pine.LNX.4.64.0711261059380.3353@blarg.am.freescale.net>

Am Montag, den 26.11.2007, 11:21 -0600 schrieb Kumar Gala:
> The IDS8247 got lost in the update and need an API update
> do to rename of functions in libfdt.
> 
> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
> ---
> 
> Note, this patch is also in my git tree:
> 	git.kernel.org:/pub/scm/boot/u-boot/galak/u-boot.git
> 
>  board/ids8247/ids8247.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/board/ids8247/ids8247.c b/board/ids8247/ids8247.c
> index b05424d..d1d8c56 100644
> --- a/board/ids8247/ids8247.c
> +++ b/board/ids8247/ids8247.c
> @@ -335,7 +335,7 @@ void ft_blob_update(void *blob, bd_t *bd)
>  	memory_data[0] = cpu_to_be32(bd->bi_memstart);
>  	memory_data[1] = cpu_to_be32(bd->bi_memsize);
> 
> -	nodeoffset = fdt_find_node_by_path (blob, "/memory");
> +	nodeoffset = fdt_path_offset (blob, "/memory");
>  	if (nodeoffset >= 0) {
>  		ret = fdt_setprop(blob, nodeoffset, "reg", memory_data,
>  					sizeof(memory_data));

Thank you Kumar.
If i can ack it, i would do it. :)

Sergej.

  reply	other threads:[~2007-11-28 10:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-26 17:21 [U-Boot-Users] [PATCH][FDT] Fix build breakage due to libfdt import Kumar Gala
2007-11-28 10:02 ` Sergej Stepanov [this message]
2007-11-28 14:01   ` Jerry Van Baren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1196244156.3098.3.camel@p60365-ste \
    --to=sergej.stepanov@ids.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox