Re: [U-Boot] [PATCH] armv7: s5pc1xx: don't use function pointer for clock functions

2011-01-04 Thread Minkyu Kang
On 27 December 2010 18:02, Minkyu Kang mk7.k...@samsung.com wrote: Because of the bss area is cleared after relocation, we've lost pointers. This patch fixed it. Signed-off-by: Minkyu Kang mk7.k...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---  

[U-Boot] [PATCH] armv7: s5pc1xx: don't use function pointer for clock functions

2010-12-27 Thread Minkyu Kang
Because of the bss area is cleared after relocation, we've lost pointers. This patch fixed it. Signed-off-by: Minkyu Kang mk7.k...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com --- arch/arm/cpu/armv7/s5p-common/cpu_info.c |2 - arch/arm/cpu/armv7/s5pc1xx/clock.c |