commit | 2344455e8cc30ec066510e303f0a5e77544df45c | [log] [tgz] |
---|---|---|
author | Wolfgang Denk <wd@denx.de> | Sun Aug 16 23:40:13 2009 +0200 |
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | Mon Aug 17 23:53:41 2009 +0200 |
tree | 9f2ed36884ee3efe14983b679ad342d3dd7bd783 | |
parent | ee35588242c4d294174998ff8d48ad67950e06da [diff] |
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>