[U-Boot] [PATCH 8/8] armv7: adapt s5pc1xx to the new cache maintenance framework

Aneesh V aneesh at ti.com
Mon Dec 27 12:22:18 CET 2010


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


More information about the U-Boot mailing list