[U-Boot-Users] [PATCH 2/2] mpc86xx: Fix Missing '}' in ft_cpu_setup
Jon Loeliger
jdl at freescale.com
Mon Feb 18 18:24:10 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 */
>
> /*
OK. We're going to NAK this one, and claim that
the real fix is to just trash all that crap inside
the CONFIG_OF_FLAT_TREE that should have been ripped
out in the first place.
Sorry.
jdl
More information about the U-Boot
mailing list