commit | cdabe1d20165392cf7daa195e5076b70dd2ae441 | [log] [tgz] |
---|---|---|
author | Andrew F. Davis <afd@ti.com> | Wed Feb 22 17:46:39 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Feb 27 12:14:59 2017 -0500 |
tree | 392078ba9de55b44f12d3917a68d52a7d085a21b | |
parent | 1eee1173f1a428019033e0bd3e2fa502321873a0 [diff] |
arm: mach-omap2: Flush cache after FIT post-processing image After we authenticate/decrypt an image we need to flush the caches as they may still contain bits of the encrypted image. This will cause failures if we attempt to jump to this image. Reported-by: Yogesh Siraswar<yogeshs@ti.com> Signed-off-by: Andrew F. Davis <afd@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>