From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Poselenov Date: Sun, 02 Nov 2008 22:23:15 +0300 Subject: [U-Boot] [PATCH] Modified I.MX31 targets to use lldiv(). In-Reply-To: <20081102093311.GD15979@game.jcrosoft.org> References: <200811011409.mA1E9mZC008413@wooster.emcraft.com> <20081102093311.GD15979@game.jcrosoft.org> Message-ID: <490DFE23.2090802@emcraft.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 17:09 Sat 01 Nov , sposelenov at emcraft.com wrote: > >> Hello, >> >> This is a patch to modify the mx31ads target to use lldiv(). Otherwise, >> it fails to build by EABI toolchain. >> >> Signed-off-by: Sergei Poselenov >> --- >> cpu/arm1136/mx31/interrupts.c | 11 ++++++----- >> 1 files changed, 6 insertions(+), 5 deletions(-) >> >> diff --git a/cpu/arm1136/mx31/interrupts.c b/cpu/arm1136/mx31/interrupts.c >> index b36c58c..aa65d11 100644 >> --- a/cpu/arm1136/mx31/interrupts.c >> +++ b/cpu/arm1136/mx31/interrupts.c >> > > sorry > > Tomohiro Masubu > > already send me a patch for this with inline function > > please sync with it > > Sorry my ignorance - but how? Cannot find the patch of this author in lists.denx.de archives. Regards, Sergei > Best Regards, > J. > >