Am Montag, den 17.08.2020, 08:48 +0200 schrieb Stefan Roese: > Remove the bi_memstart / bi_memsize assignment in setup_bdinfo() and > make sure, that bd_dram[] is always configured in the weak default > implementation of dram_init_banksize(), when CONFIG_SYS_SDRAM_BASE is > not set. > > Signed-off-by: Stefan Roese <[email protected]> > > --- > > Changes in v6: > - Simplify dram_init_banksize() even more as suggested by Daniel > > Changes in v4: > - New patch > > common/board_f.c | 7 +------ > 1 file changed, 1 insertion(+), 6 deletions(-) > >
Reviewed-by: Daniel Schwierzeck <[email protected]> -- - Daniel

