
29 Apr
2014
29 Apr
'14
12:52 a.m.
baord_init_f takes one argument. It has not been used for powerpc, until recently changing to use generic board architecture.
Signed-off-by: York Sun yorksun@freescale.com --- arch/powerpc/cpu/mpc85xx/start.S | 1 + 1 file changed, 1 insertion(+)
diff --git a/arch/powerpc/cpu/mpc85xx/start.S b/arch/powerpc/cpu/mpc85xx/start.S index 0e3c86a..5f6f97b 100644 --- a/arch/powerpc/cpu/mpc85xx/start.S +++ b/arch/powerpc/cpu/mpc85xx/start.S @@ -1159,6 +1159,7 @@ _start_cont: isync
bl cpu_init_f + li r3, 0 bl board_init_f isync
--
1.7.9.5