From mboxrd@z Thu Jan 1 00:00:00 1970 From: Minkyu Kang Date: Fri, 7 Jan 2011 14:27:36 +0900 Subject: [U-Boot] [PATCH 8/8] armv7: adapt s5pc1xx to the new cache maintenance framework In-Reply-To: <4D1876EA.30503@ti.com> References: <1293018898-13253-1-git-send-email-aneesh@ti.com> <1293018898-13253-9-git-send-email-aneesh@ti.com> <4D1876EA.30503@ti.com> 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 Dear Aneesh V, On 27 December 2010 20:22, Aneesh V wrote: > Dear Minkyu Kang, > > On Monday 27 December 2010 12:55 PM, Minkyu Kang wrote: > < snip > >>> >>> + >>> +#ifndef CONFIG_SYS_NO_DCACHE >>> +void v7_setup_outer_cache_ops(void) >>> +{ >>> +#ifndef CONFIG_L2_OFF >>> + ? ? ? v7_outer_cache.enable = ca8_l2_cache_enable; >>> + ? ? ? v7_outer_cache.disable = ca8_l2_cache_disable; >>> +#endif >>> +} >>> +#endif >> >> I don't agree with add this function at clock.c. >> If need we can make new file as omap3/4 case. > > I didn't want to add a new file just for this small function. But no > problem, I will do that in the next revision. > OK, please make soc.c. I have plan to move reset.S to this file. Thanks. Minkyu Kang -- from. prom. www.promsoft.net