On Mon, 20 Jul 2020 at 08:20, Ovidiu Panait <ovidiu.pan...@windriver.com> wrote: > > Move sram related bdinfo from arch-specific setup_board_part1 to generic > code in setup_bdinfo. Also use "if (IS_ENABLED(CONFIG_SYS_HAS_SRAM))" > instead of "#ifdef CONFIG_SYS_SRAM_BASE". > > Signed-off-by: Ovidiu Panait <ovidiu.pan...@windriver.com> > --- > > common/board_f.c | 12 +++++++----- > 1 file changed, 7 insertions(+), 5 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>