Re: [U-Boot] [PATCH 5/5] imx6: make use of lldiv(..)

2014-01-13 Thread Stefano Babic
On 08/01/2014 08:24, Christian Gmeiner wrote: > 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 > Signed-off-by: Christian Gmeiner > --- Applied

Re: [U-Boot] [PATCH 5/5] imx6: make use of lldiv(..)

2014-01-08 Thread Christian Gmeiner
Hi Stefano, 2014/1/8 Stefano Babic : > Hi Christian, > > On 08/01/2014 08:24, Christian Gmeiner wrote: >> Commit 762a88ccf8540948fbf8c31b40a29d1e0684a25b introduces >> a 64-bit division without using the lldiv() function, >> which pulls in previously unused libgcc stuff. >> >> Signed-off-by: Måns

Re: [U-Boot] [PATCH 5/5] imx6: make use of lldiv(..)

2014-01-08 Thread Stefano Babic
Hi Christian, On 08/01/2014 08:24, Christian Gmeiner wrote: > 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 > Signed-off-by: Christian Gmeiner >