
10 Jul
2020
10 Jul
'20
2:35 a.m.
On Thu, 9 Jul 2020 at 02:09, Ovidiu Panait ovidiu.panait@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.dureghello@timesys.com Signed-off-by: Ovidiu Panait ovidiu.panait@windriver.com
common/board_r.c | 2 +- drivers/block/blkcache.c | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org