commit | ef3fc42ded96403284e5e9bf37b63d332aedd7b4 | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Wed Jul 26 14:53:19 2017 -0500 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 31 12:21:39 2017 -0400 |
tree | 19d8ce5f4b67ed1495fa6f3e5f5d9c32e1990fef | |
parent | c826d1728673b7c692091048f0e434fcb9fd0d80 [diff] |
arm: mach-omap2: Align image address before cache operations The image address passed to secure_boot_verify_image() may not be cacheline aligned, round the address down to the nearest cacheline. Signed-off-by: Andrew F. Davis <afd@ti.com> Reviewed-by: Lokesh Vutla <lokeshvutla@ti.com>