
25 Jan
2020
25 Jan
'20
6:10 p.m.
On Tue, Jan 21, 2020 at 10:37:27AM +0100, Angelo Dureghello wrote:
From: Angelo Durgehello angelo.dureghello@timesys.com
On m68k, block_cache list is relocated, but next and prev list pointers are not adjusted to the relocated struct list_head address, so the first iteration over the block_cache list hangs.
This patch initializes the block_cache list after relocation.
Signed-off-by: Angelo Durgehello angelo.dureghello@timesys.com Reviewed-by: Eric Nelson eric@nelint.com
Applied to u-boot/master, thanks!
--
Tom