From mboxrd@z Thu Jan 1 00:00:00 1970 From: Date: Tue, 09 Apr 2013 14:12:28 -0000 Subject: No subject Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de always safe to call invalidate_icache_all(). So it's back to use the compiler define for ARMv7. > The only problem I see for now is that, while ARM has a default > icache_status(), apparently the targets that need the invalidate above > do not have their own version of icache_status(); they'll need to > provide one for this code to work. And also an invalidate_icache_all(). That only exists on armv7 today. m68k have icache_invalid() which seems to be the same. Regards Henrik