From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 19 Aug 2011 11:33:08 +0200 Subject: [U-Boot] [PATCH 0/3] ARM: Clean arm/lib/cache.c, modify ARM1136 and ARM926 accordingly In-Reply-To: <4E4E2132.4000208@atmel.com> References: <1313029189-18536-1-git-send-email-hong.xu@atmel.com> <201108181251.14142.marek.vasut@gmail.com> <4E4E2132.4000208@atmel.com> Message-ID: <201108191133.09016.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Friday, August 19, 2011 10:39:14 AM Hong Xu wrote: > Hi Marek, > > On 08/18/2011 06:51 PM, Marek Vasut wrote: > > On Thursday, August 11, 2011 04:19:43 AM Hong Xu wrote: > >> This series try to clean the code of arch/arm/lib/cache.c > >> Move ARM1136 cache operations into cpu/arm1136/cache.c > >> Add ARM926EJS cache operations into cpu/arm926ejs/cache.c > > > > Hi, > > > > any updates? > > Quite busy in the passed days ;-) > And just turned back. V2 patches are on the way Hi, I just tested your patches yesterday and they seem to work. Just those two compile issues, but you're doing great ;-) > > BR, > Eric > > > Thanks, cheers!