]> git.karo-electronics.de Git - karo-tx-uboot.git/commit
armv7: s5pc1xx: don't use function pointer for clock functions
authorMinkyu Kang <mk7.kang@samsung.com>
Mon, 27 Dec 2010 06:55:48 +0000 (15:55 +0900)
committerAlbert Aribaud <albert.aribaud@free.fr>
Tue, 1 Feb 2011 23:54:44 +0000 (00:54 +0100)
commit3c152165c78408e44845f2d08469db887f050e43
treed7c52a543729044292c0d8b97b0ea6b4bcb6048e
parent724bd3c50fb14b663fde7478784848405bc93459
armv7: s5pc1xx: don't use function pointer for clock functions

Because of the bss area is cleared after relocation, we've lost pointers.
This patch fixed it.

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
arch/arm/cpu/armv7/s5p-common/cpu_info.c
arch/arm/cpu/armv7/s5pc1xx/clock.c
arch/arm/include/asm/arch-s5pc1xx/clk.h