On Thu, 9 Jul 2020 at 02:09, Ovidiu Panait <ovidiu.pan...@windriver.com> wrote: > > Extend manual relocation of block_cache list pointers to all platforms that > enable CONFIG_NEEDS_MANUAL_RELOC. Remove m68k-specific checks and provide a > single implementation that adds gd->reloc_off to the pre-relocation > pointers. > > Cc: Angelo Durgehello <angelo.dureghe...@timesys.com> > Signed-off-by: Ovidiu Panait <ovidiu.pan...@windriver.com> > --- > > common/board_r.c | 2 +- > drivers/block/blkcache.c | 13 +++++++------ > 2 files changed, 8 insertions(+), 7 deletions(-)
Reviewed-by: Simon Glass <s...@chromium.org>