From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jean-Christophe PLAGNIOL-VILLARD Date: Sun, 2 Nov 2008 10:41:48 +0100 Subject: [U-Boot] [PATCH] ARM: Use do_div() instead of division for "long long". In-Reply-To: <1224658841-14858-1-git-send-email-wd@denx.de> References: <1224658841-14858-1-git-send-email-wd@denx.de> Message-ID: <20081102094148.GA22112@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 09:00 Wed 22 Oct , Wolfgang Denk wrote: > From: Sergei Poselenov > > Also make sure to feed the right compiler options. > > Signed-off-by: Sergei Poselenov > Signed-off-by: Wolfgang Denk > --- > These changes are needed with some more recent tool chain versions > (including ELDK 4.2). > > board/integratorcp/integratorcp.c | 7 ++++++- > board/trab/tsc2000.c | 10 ++++++---- > cpu/arm1176/s3c64xx/interrupts.c | 5 ++++- > cpu/arm946es/config.mk | 7 +++++++ > cpu/arm_intcm/config.mk | 7 +++++++ > 5 files changed, 30 insertions(+), 6 deletions(-) do you have any plan to rebase it? Best Regards, J.