]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
powerpc/mpc85xx: Make boot flag effective
authorTang Yuantian <yuantian.tang@freescale.com>
Wed, 23 Jul 2014 09:27:52 +0000 (17:27 +0800)
committerYork Sun <yorksun@freescale.com>
Tue, 12 Aug 2014 19:26:47 +0000 (12:26 -0700)
commit3067547502873281b19e01c7bc25da63c9b42b1e
tree4547389585e507b18309d8a7404e5dffbae51f87
parentcf8ddacffce84376380260c9b0bbe03a39b8884d
powerpc/mpc85xx: Make boot flag effective

bootflag as a parameter is passed to board_init_f().
But it is not actually used in this function.
Make it effective by assigned it to gd->flags.

Signed-off-by: Tang Yuantian <Yuantian.Tang@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
arch/powerpc/lib/board.c