Re: [PATCH v4 17/17] common/board_r: Move blkcache_init call earlier in the boot sequence

2020-08-06 Thread Tom Rini
On Fri, Jul 24, 2020 at 02:12:25PM +0300, Ovidiu Panait wrote: > blkcache_init manually relocates blkcache list pointers when > CONFIG_NEEDS_MANUAL_RELOC is enabled. However, it is called very late in > the boot sequence, which could be a problem if previous boot calls execute > blkcache operation

[PATCH v4 17/17] common/board_r: Move blkcache_init call earlier in the boot sequence

2020-07-24 Thread Ovidiu Panait
blkcache_init manually relocates blkcache list pointers when CONFIG_NEEDS_MANUAL_RELOC is enabled. However, it is called very late in the boot sequence, which could be a problem if previous boot calls execute blkcache operations with the non-relocated pointers. For example, mmc is initialized earli