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

Minkyu Kang promsoft at gmail.com
Fri Jan 7 06:27:36 CET 2011


Dear Aneesh V,

On 27 December 2010 20:22, Aneesh V <aneesh at ti.com> 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


More information about the U-Boot mailing list