commit | dc47e2bc7d1c5307b18b9a43f3286969e36a974e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Apr 13 04:26:41 2013 +0000 |
committer | Minkyu Kang <mk7.kang@samsung.com> | Wed Apr 17 10:00:40 2013 +0900 |
tree | 51ee99dbcc2fa11119649acea7035dfa7e61a863 | |
parent | 70656c79f3c85df77b65cda0237f5454851186ca [diff] |
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>