]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit2cf763082f8b948e600c2a5aa165726c9c98e188
tree31bd0ca8c12fe0e7a5be0d296ba2ffc154cee69a
parent697725ad3804a1d0f70dbc31f9855936c5beb3ee
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 417f53eff2e0e480a85edb1d9cf289dd0db8bdb6
("common: add blkcache init")

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