From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 2 Nov 2008 20:46:48 +0100 Subject: [U-Boot] [PATCH] Modified I.MX31 targets to use lldiv(). In-Reply-To: <490DFE23.2090802@emcraft.com> References: <200811011409.mA1E9mZC008413@wooster.emcraft.com> <20081102093311.GD15979@game.jcrosoft.org> <490DFE23.2090802@emcraft.com> Message-ID: <20081102194648.GD22112@game.jcrosoft.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 22:23 Sun 02 Nov , Sergei Poselenov wrote: > 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. http://git.denx.de/?p=u-boot/u-boot-arm.git;a=commit;h=f924f55316792e59f6b2e90497b02b42d9f0e7b1 Best Regards, J.