]> git.sur5r.net Git - u-boot/commit
imx6: make use of lldiv(..)
authorChristian Gmeiner <christian.gmeiner@gmail.com>
Wed, 8 Jan 2014 07:24:25 +0000 (08:24 +0100)
committerStefano Babic <sbabic@denx.de>
Mon, 13 Jan 2014 10:52:28 +0000 (11:52 +0100)
commit5a66016987cd1c77468709070c989cced721b107
treef19f385dad89060244bbc1db6011c51b6b347993
parentf353397011a93179f17af9ae1004ab42ce6cfea2
imx6: make use of lldiv(..)

Commit 762a88ccf8540948fbf8c31b40a29d1e0684a25b introduces
a 64-bit division without using the lldiv() function,
which pulls in previously unused libgcc stuff.

Signed-off-by: Måns Rullgård <mans@mansr.com>
Signed-off-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Acked-by: Stefano Babic <sbabic@denx.de>
arch/arm/cpu/armv7/mx6/clock.c