]> git.sur5r.net Git - u-boot/commit
Monahans: avoid floating point calculations
authorWolfgang Denk <wd@denx.de>
Sun, 16 Aug 2009 21:40:13 +0000 (23:40 +0200)
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Mon, 17 Aug 2009 21:53:41 +0000 (23:53 +0200)
commit4af34177b657e91263919a307fd0b0865a299e52
tree9f2ed36884ee3efe14983b679ad342d3dd7bd783
parent7dedefdf749ff02c1086f7ddb8cb83a77b00d030
Monahans: avoid floating point calculations

Current code for the Monahans CPU defined OSCR_CLK_FREQ as 3.250 (MHz)
which caused floating point operations to be used. This resulted in
unresolved references to some FP related libgcc functions when using
U-Boot's private libgcc functions.

Change the code to use fixed point math only.

Signed-off-by: Wolfgang Denk <wd@denx.de>
board/delta/nand.c
board/zylonite/nand.c
include/asm-arm/arch-pxa/pxa-regs.h