[U-Boot-Users] [PATCH 2/2] mpc86xx: Fix Missing '}' in ft_cpu_setup

Jean-Christophe PLAGNIOL-VILLARD plagnioj at jcrosoft.com
Sun Feb 17 22:56:18 CET 2008


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 */
 
 /*
-- 
1.5.4.1





More information about the U-Boot mailing list