diff options
| author | Ovidiu Panait <[email protected]> | 2020-07-24 14:12:25 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-08-06 18:08:47 -0400 |
| commit | 276b6c943a9b8166666b808c64d8a1deefdccbb3 (patch) | |
| tree | ee655d923cfdfd5d4a273f75db4ec3d3f314fe28 /include/linux/string.h | |
| parent | 365af27f0dec5013c9749ee397e9274ff32e06c4 (diff) | |
common/board_r: Move blkcache_init call earlier in the boot sequence
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 earlier and might call blkcache_invalidate (in
mmc_select_hwpart()) when trying to load the environment from mmc via
env_load().
To fix this issue, move blkcache_init boot call earlier, before mmc gets
initialized.
Acked-by: Angelo Dureghello <[email protected]>
Tested-by: Angelo Dureghello <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Ovidiu Panait <[email protected]>
Diffstat (limited to 'include/linux/string.h')
0 files changed, 0 insertions, 0 deletions
