Re: [U-Boot] soft vs. hard float

2013-11-08 Thread Wolfgang Denk
Dear "Saridakis, Dean (US SSA)", please keep the ML on Cc:, and please do not top-post / full quote. Finally, please keep your line length < 70 characters. Thanks. In message you wrote: > Figured I'd ask. FWIW, I have no intention of number crunching in U-Boot, but > do need to do 64-bit stor

Re: [U-Boot] soft vs. hard float

2013-11-07 Thread Wolfgang Denk
Dear "Saridakis, Dean (US SSA)", In message <20131107230556.589fc4a...@theia.denx.de> you wrote: > > It looks U-Boot is generally built using soft float. I need correct. > hard-float in my system. Is this a general enough need that it'd make > sense to have a CONFIG_SYS_HARD_FLOAT to enable this

[U-Boot] soft vs. hard float

2013-11-07 Thread Saridakis, Dean (US SSA)
It looks U-Boot is generally built using soft float. I need hard-float in my system. Is this a general enough need that it'd make sense to have a CONFIG_SYS_HARD_FLOAT to enable this option? I made a quick update for mpc85xx (guarded by CONFIG_SYS_HARD_FLOAT) and I seem to be running fine. Than