From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Fri, 10 Jul 2015 23:20:07 -0600 Subject: [U-Boot] [PATCH 1/5] arm1176/cpu: Match cache_flush to arm1136 In-Reply-To: <1436003324-8769-2-git-send-email-alexanders83@web.de> References: <1436003324-8769-1-git-send-email-alexanders83@web.de> <1436003324-8769-2-git-send-email-alexanders83@web.de> Message-ID: <55A0A787.7060302@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 07/04/2015 03:48 AM, Alexander Stein wrote: > This is effectively the same code but it also does a clean cache before > invalidating and doing a memory barrier. Is it possible to share this function with arm1136 rather than cut/pasting it? I guess it's pretty small so not a huge deal, but still.