From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 23 Jul 2015 22:52:46 -0600 Subject: [U-Boot] [PATCH v3 2/7] arm1136/arm1176: Merge cache handling code In-Reply-To: <1437589418-11978-3-git-send-email-alexanders83@web.de> References: <1437589418-11978-1-git-send-email-alexanders83@web.de> <1437589418-11978-3-git-send-email-alexanders83@web.de> Message-ID: <55B1C49E.5060905@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/22/2015 12:23 PM, Alexander Stein wrote: > As both cores are similar merge the cache handling code for both CPUs > to arm11 directory. It's useful if you pass the -C or -M option to "git format-patch"; that wouuld presumably have shown that arm11/cpu.c was identical to one of the two cpu.c files that were deleted, making verification that the "new" code is identical to the "old" code.