On Fri, 10 Jul 2020 at 04:25, Ovidiu Panait <ovidiu.pan...@windriver.com> wrote: > > Factor out ppc-specific bdinfo setup from generic init sequence to > arch_setup_bdinfo in arch/powerpc/lib/bdinfo.c. Also, use if(IS_ENABLED()) > instead of #ifdef where possible. > > Signed-off-by: Ovidiu Panait <ovidiu.pan...@windriver.com> > --- > v2 updates: > - use "if (IS_ENABLED(CONFIG_SYS_HAS_SRAM))" instead of > "#ifdef CONFIG_SYS_SRAM_BASE" > > arch/powerpc/lib/bdinfo.c | 42 +++++++++++++++++++++++++++++++++++++++ > common/board_f.c | 39 ++---------------------------------- > 2 files changed, 44 insertions(+), 37 deletions(-) >
Reviewed-by: Simon Glass <s...@chromium.org>