Re: [U-Boot] [PATCH 1/2] powerpc/mpc85xx: Make boot flag effective

2014-08-20 Thread York Sun
On 07/23/2014 02:27 AM, yuantian.t...@freescale.com wrote: From: Tang Yuantian yuantian.t...@freescale.com 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

[U-Boot] [PATCH 1/2] powerpc/mpc85xx: Make boot flag effective

2014-07-23 Thread Yuantian.Tang
From: Tang Yuantian yuantian.t...@freescale.com 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.t...@freescale.com --- arch/powerpc/lib/board.c | 2 ++ 1 file