From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aneesh V Date: Mon, 27 Dec 2010 16:52:18 +0530 Subject: [U-Boot] [PATCH 8/8] armv7: adapt s5pc1xx to the new cache maintenance framework In-Reply-To: References: <1293018898-13253-1-git-send-email-aneesh@ti.com> <1293018898-13253-9-git-send-email-aneesh@ti.com> Message-ID: <4D1876EA.30503@ti.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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. Best regards, Aneesh