Skip to content
Snippets Groups Projects
Commit b4d956f6 authored by Simon Glass's avatar Simon Glass Committed by Andreas Bießmann
Browse files

bootm: Align cache flush end address correctly


Flushing part of the cache should be done on cache boundaries. Trying to
flush part of a cache line is not supported and the request may be ignored
or print warnings.

Adjust the bootm code to align the end address to prevent this problem.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
Reviewed-by: default avatarHeiko Schocher <hs@denx.de>
Tested-on: smartweb, corvus, taurus, axm
Tested-by: default avatarHeiko Schocher <hs@denx.de>
Reviewed-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
Reviewed-by: default avatarAndreas Bießmann <andreas@biessmann.org>
parent b5bd0982
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment