[U-Boot] [PATCH] Modified I.MX31 targets to use lldiv().

2008-11-01 Thread sposelenov
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 <[EMAIL PROTECTED]> --- cpu/arm1136/mx31/interrupts.c | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) diff --git a/cpu/arm1136

[U-Boot] [PATCH] Modified I.MX31 targets to use lldiv().

2008-11-01 Thread sposelenov
___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH] Added a do_div() wrapper macro, lldiv().

2008-11-01 Thread sposelenov
>From 9ccffd30d2f3fbc5e35e5ce445834c53d1d2a4fa Mon Sep 17 00:00:00 2001 From: Sergei Poselenov <[EMAIL PROTECTED]> Date: Wed, 29 Oct 2008 13:04:16 +0100 Subject: [PATCH] Added a do_div() wrapper macro, lldiv(). The new macro doesn't modify the dividend and returns the result of division, so it

[U-Boot] [PATCH] Remove compiler warning: target CPU does not support interworking

2008-11-01 Thread sposelenov
>From 7fd5e5aaf0c61f47c89bf59f2b37cc987e97849a Mon Sep 17 00:00:00 2001 From: Sergei Poselenov <[EMAIL PROTECTED]> Date: Fri, 19 Sep 2008 12:07:34 +0200 Subject: [PATCH] Remove compiler warning: target CPU does not support interworking (This warning is issued by modern ARM-EABI GCC on non-thumb t