]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/mpc86xx: Fix boot_flag for calling board_init_f()
authorYork Sun <yorksun@freescale.com>
Wed, 30 Apr 2014 21:43:48 +0000 (14:43 -0700)
committerYork Sun <yorksun@freescale.com>
Tue, 13 May 2014 15:31:22 +0000 (08:31 -0700)
commit8bae330f5c6542638da7136f39bc9c13214592cc
treeef7c8867efa18c2964702442d47d20d2e36fb4eb
parent701e640145474131161de53a407d95d0d2f77082
powerpc/mpc86xx: Fix boot_flag for calling board_init_f()

The argument boot_flag of board_inti_f() hasn't been used for powerpc until
recent changing to use generic board. Set it to 0 as a proper value.

Signed-off-by: York Sun <yorksun@freescale.com>
arch/powerpc/cpu/mpc86xx/start.S