commit | dd2c8f71bd2a51d6490af98c9bc3b3f4261b2fd5 | [log] [tgz] |
---|---|---|
author | Stephan Gerhold <stephan@gerhold.net> | Sat Sep 17 18:21:20 2022 +0200 |
committer | Manish V Badarkhe <manish.badarkhe@arm.com> | Tue May 09 21:44:37 2023 +0200 |
tree | bf9be4357fbcfe63a8576cce08a32d41dcf2267e | |
parent | 11ba787a509da9a80b2e2acfa33c038d7d4f3a00 [diff] |
fix(msm8916): flush dcache after writing msm8916_entry_point msm8916_entry_point is read with caches off (and even from two different physical addresses when read through the "boot remapper"), so it should be flushed to RAM after writing it. Change-Id: I5c8193954bb28043b0a46fb2038f629bd8796c74 Signed-off-by: Stephan Gerhold <stephan@gerhold.net>