[U-Boot] [PATCH] S5P: timer: replace bss variable by gd

Minkyu Kang promsoft at gmail.com
Mon Jan 10 02:46:13 CET 2011


Dear Wolfgang Denk,

On 10 January 2011 01:14, Wolfgang Denk <wd at denx.de> wrote:
> Dear Minkyu Kang,
>
> In message <4D22D59B.7030902 at samsung.com> you wrote:
>> Use the global data instead of bss variable, replace as follow.
>> count_value -> timer_rate_hz
>> timestamp -> timer_reset_value
>> lastdec -> lastinc
>
> I object against using variables wich have somewhat self-explanatory
> names for different purposes.
>

Yes, I know.
If so, do I have to add new variables at global_data?
Maybe that is not good way too.
How you think?

One more question,
what is the purpose of tbl and tbu?

Thanks
Minkyu Kang
-- 
from. prom.
www.promsoft.net


More information about the U-Boot mailing list