All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jon Loeliger <jdl@freescale.com>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] [PATCH 2/2] mpc86xx: Fix Missing '}' in ft_cpu_setup
Date: Mon, 18 Feb 2008 10:49:32 -0600	[thread overview]
Message-ID: <47B9B71C.1070100@freescale.com> (raw)
In-Reply-To: <1203285378-9946-3-git-send-email-plagnioj@jcrosoft.com>

Jean-Christophe PLAGNIOL-VILLARD wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> 
> diff --git a/cpu/mpc86xx/cpu.c b/cpu/mpc86xx/cpu.c
> index e1b3c52..230e2b3 100644
> --- a/cpu/mpc86xx/cpu.c
> +++ b/cpu/mpc86xx/cpu.c
> @@ -325,6 +325,7 @@ ft_cpu_setup(void *blob, bd_t *bd)
>  	if (p != NULL)
>  		memcpy(p, bd->bi_enet3addr, 6);
>  #endif
> +}
>  #endif /* CONFIG_OF_FLAT_TREE */
>  
>  /*


As Terri Garr would said, "This is a puzzlement."

All that OF_FLAT_TREE stuff should be _gone_!

I'll investigate.

Thanks,
jdl

  parent reply	other threads:[~2008-02-18 16:49 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-17 21:56 [U-Boot-Users] [PATCH 0/2] sbc8548: Fix cfi flash bank declaration Jean-Christophe PLAGNIOL-VILLARD
2008-02-17 21:56 ` [U-Boot-Users] [PATCH 1/2] sbc8548: Fix Revision reading and unused variable 'path' Jean-Christophe PLAGNIOL-VILLARD
2008-02-17 21:56   ` [U-Boot-Users] [PATCH 2/2] mpc86xx: Fix Missing '}' in ft_cpu_setup Jean-Christophe PLAGNIOL-VILLARD
2008-02-17 22:03     ` [U-Boot-Users] [PATCH] mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law' Jean-Christophe PLAGNIOL-VILLARD
2008-02-17 22:35       ` [U-Boot-Users] [PATCH] mpc86xx: Fix unused variable 'config' and 'immap' Jean-Christophe PLAGNIOL-VILLARD
2008-02-17 22:52         ` [U-Boot-Users] [PATCH] uli526x: Fix multiple differ in signedness and parentheses around comparison Jean-Christophe PLAGNIOL-VILLARD
2008-02-22 11:11           ` Wolfgang Denk
2008-02-18 17:50         ` [U-Boot-Users] [PATCH] mpc86xx: Fix unused variable 'config' and 'immap' Jon Loeliger
2008-02-18 17:32       ` [U-Boot-Users] [PATCH] mpc86xx: Fix implicit declaration of functions 'init_laws' and 'disable_law' Jon Loeliger
2008-02-18 19:16         ` Becky Bruce
2008-02-18 19:35           ` Stefan Roese
2008-02-18 19:43             ` Jon Loeliger
2008-02-18 16:49     ` Jon Loeliger [this message]
2008-02-18 17:24     ` [U-Boot-Users] [PATCH 2/2] mpc86xx: Fix Missing '}' in ft_cpu_setup Jon Loeliger
2008-02-18 19:32   ` [U-Boot-Users] [PATCH 1/2] sbc8548: Fix Revision reading and unused variable 'path' Andy Fleming
2008-02-18 19:31 ` [U-Boot-Users] [PATCH 0/2] sbc8548: Fix cfi flash bank declaration Andy Fleming

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=47B9B71C.1070100@freescale.com \
    --to=jdl@freescale.com \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.