common: fix regression on block cache init
authorAngelo Durgehello <angelo.dureghello@timesys.com>
Sun, 26 Jan 2020 18:31:22 +0000 (19:31 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 26 Jan 2020 18:36:14 +0000 (13:36 -0500)
commitc05b38df477a50c3918b50c5f986592411785859
tree31bd0ca8c12fe0e7a5be0d296ba2ffc154cee69a
parent080dbc64fcbc9e17ed424778e51b4f3db152ec1e
common: fix regression on block cache init

m68k needs block cache list initialized after relocation.
Other architectures must not be involved.

Fixing regression related to:

commit 1526bcce0f7285087621e16e6720636d01839da8
("common: add blkcache init")

Signed-off-by: Angelo Durgehello <angelo.dureghello@timesys.com>
common/board_r.c
drivers/block/blkcache.c