Skip to content
Snippets Groups Projects
Commit 4af34177 authored by Wolfgang Denk's avatar Wolfgang Denk Committed by Jean-Christophe PLAGNIOL-VILLARD
Browse files

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: default avatarWolfgang Denk <wd@denx.de>
parent 7dedefdf
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment