Skip to content
Snippets Groups Projects
user avatar
Alexey Brodkin authored
flush_dcache_all() is used in the very end of U-Boot self relocation
to write back all copied and then patched code and data to their
new location in the very end of available memory space.

Since that has nothing to do with IO (i.e. no external DMA happens
here) IOC won't help here and we need to write back data cache contents
manually.

Signed-off-by: default avatarAlexey Brodkin <abrodkin@synopsys.com>
2a8382c6
History
Name Last commit Last update
..
cpu
dts
include/asm
lib
Kconfig
Makefile
config.mk