u-boot-brain/arch/arm/cpu/armv7/s5p-common
Simon Glass dc47e2bc7d exynos: Correct use of 64-bit division
The current code is causing errors like this on my toolchains:

/usr/x86_64-pc-linux-gnu/armv7a-cros-linux-gnueabi/binutils-bin/2.22/
ld.bfd.real: failed to merge target specific data of file /usr/lib/gcc/
armv7a-cros-linux-gnueabi/4.7.x-google/libgcc.a(_divdi3.o)

Use do_div() to avoid this.

Signed-off-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2013-04-17 10:00:40 +09:00
..
cpu_info.c Exynos: fix cpuinfo and cpu detecting 2012-07-07 14:07:25 +02:00
Makefile dm: wdt: Move s5p watchdog timer to drivers/watchdog/ 2012-11-15 21:08:19 +09:00
pwm.c Exynos: Tidy up the pwm_config function in the exynos pwm driver 2013-04-01 14:02:08 +09:00
sromc.c S5P:SROM config code moved to s5p-common directory 2011-05-26 19:30:46 +09:00
timer.c exynos: Correct use of 64-bit division 2013-04-17 10:00:40 +09:00