On Wed, 19 Aug 2020 at 22:45, Stefan Roese <[email protected]> wrote: > > Use only gd->ram_base/_size in env_get_bootm_size() instead of bi_dram[] > in some cases and bi_memstart in others. > > Signed-off-by: Stefan Roese <[email protected]> > > --- > > (no changes since v4) > > Changes in v4: > - New patch > > common/image.c | 9 ++------- > 1 file changed, 2 insertions(+), 7 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

