Re: [U-Boot] [PATCH 10/14] m68k: powerpc: Clean up do_mdm_init

2014-05-30 Thread Tom Rini
On Thu, Apr 10, 2014 at 08:01:32PM -0600, Simon Glass wrote: > This code seems unnecessarily complex. We really just need to check the > global_data. Now that is it all in one place, and not arch-specific, this > is pretty easy. > > Signed-off-by: Simon Glass Applied to u-boot/master, thanks!

[U-Boot] [PATCH 10/14] m68k: powerpc: Clean up do_mdm_init

2014-04-10 Thread Simon Glass
This code seems unnecessarily complex. We really just need to check the global_data. Now that is it all in one place, and not arch-specific, this is pretty easy. Signed-off-by: Simon Glass --- arch/m68k/lib/board.c| 7 --- arch/powerpc/lib/board.c | 8 common/board_r.c