On 10/03/2014 02:45 AM, Valentin Longchamp wrote: > The argument boot_flags of board_init_f() is not used at all in the > powerpc specific board.c init sequence. Now with the generic init > sequence, this boot_flags arg is used by board_init_f(). > > This patch sets the r3 register that is used to pass the boot_flags > argument from the start.S board_init_f() call to 0 prior to the function > call to avoid unknown content to end up in gd->flags. > > Signed-off-by: Valentin Longchamp <[email protected]> > ---
Applied to u-boot-mpc85xx master. Thanks. York _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

