From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 2 Nov 2008 10:33:11 +0100 Subject: [U-Boot] [PATCH] Modified I.MX31 targets to use lldiv(). In-Reply-To: <200811011409.mA1E9mZC008413@wooster.emcraft.com> References: <200811011409.mA1E9mZC008413@wooster.emcraft.com> Message-ID: <20081102093311.GD15979@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 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 Best Regards, J.