[U-Boot-Users] [PATCH 2/2] mpc86xx: Fix Missing '}' in ft_cpu_setup
Jon Loeliger
jdl at freescale.com
Mon Feb 18 17:49:32 CET 2008
Jean-Christophe PLAGNIOL-VILLARD wrote:
> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at 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
More information about the U-Boot
mailing list