From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Date: Mon, 18 Feb 2008 10:49:32 -0600 Subject: [U-Boot-Users] [PATCH 2/2] mpc86xx: Fix Missing '}' in ft_cpu_setup In-Reply-To: <1203285378-9946-3-git-send-email-plagnioj@jcrosoft.com> References: <1203285378-9946-1-git-send-email-plagnioj@jcrosoft.com> <1203285378-9946-2-git-send-email-plagnioj@jcrosoft.com> <1203285378-9946-3-git-send-email-plagnioj@jcrosoft.com> Message-ID: <47B9B71C.1070100@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Jean-Christophe PLAGNIOL-VILLARD wrote: > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > 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