Dear [email protected], In message <[email protected]> you wrote: > > I built u-boot for a 440EPx board derived from the sequoia configuration. ... > U-Boot runs fine and successfully boots my operating system (Linux and > uClibc-based root filesystem). ... > Then I realized that the FPU was not enabled in the MSR or in the ccr0 > register. > > Have I misconfigured something, or should I go ahead and add code to u-boot > to enable the FPU?
U-Boot does not need nor use the FPU, so enabling it would not help you in any way. Linux will do it's own settings, so this is where you need to look for your incorrect configuration settings (incorrect CPU description in the DT?). Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [email protected] "Confound these ancestors.... They've stolen our best ideas!" - Ben Jonson _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

