u-boot-brain/arch/arm
Chander Kashyap db68bc2c2d Exynos: Fix ARM Clock frequency calculation
Earliar ARM clock frequency was calculated by:
MOUTAPLL/(DIVAPLL + 1) which is actually returning SCLKAPLL.
It is fixed by calculating it as follows:
ARMCLK=MOUTCORE / (DIVCORE + 1) / (DIVCORE2 + 1)

Signed-off-by: Chander Kashyap <chander.kashyap@linaro.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2012-02-12 10:11:28 +01:00
..
cpu Exynos: Fix ARM Clock frequency calculation 2012-02-12 10:11:28 +01:00
include/asm Exynos: PWM: Add TCMPB3 field in pwm structure 2012-02-12 10:11:28 +01:00
lib arm, fdt: update ethernet mac address before booting Linux 2011-12-19 17:52:44 +01:00
config.mk Reduce build times 2011-11-03 20:44:58 +01:00