Re: [U-Boot] [PATCH 13/16] powerpc: Move setup_board_extra() into a PPC file

2017-04-02 Thread Stefan Roese
On 31.03.2017 16:40, Simon Glass wrote: We don't need this PPC-specific function in generic code. Move it to the powerpc directory. Signed-off-by: Simon Glass Reviewed-by: Stefan Roese Thanks, Stefan ___ U-Boot mailing list U-Boot@lists.denx.de ht

[U-Boot] [PATCH 13/16] powerpc: Move setup_board_extra() into a PPC file

2017-03-31 Thread Simon Glass
We don't need this PPC-specific function in generic code. Move it to the powerpc directory. Signed-off-by: Simon Glass --- arch/powerpc/lib/Makefile | 1 + arch/powerpc/lib/setup.c | 32 common/board_f.c | 25 - include/common.