
27 Dec
2010
27 Dec
'10
12:22 p.m.
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