
In message 200708100625.35760.sr@denx.de you wrote:
On Wednesday 08 August 2007, Dirk Behme wrote:
No, that's not a MontaVista specific issue. I have an other toolchain and it has similiar issues. Nor is it an ARM specific issue.
nand_utils.c uses 64bit division, and if you use stuff from nand_utils.c you may get these issues. So solution is to make U-Boot independent from toolchain for 64bit division used in nand_utils.c as already done with other math helpers in lib_arm.
Please apply
http://article.gmane.org/gmane.comp.boot-loaders.u-boot/30484 http://article.gmane.org/gmane.comp.boot-loaders.u-boot/30476
as well.
Acked-by: Stefan Roese sr@denx.de
to both patches mentioned above.
Wolfgang, could you please pick those up and apply directly? It's hard for me to apply the nand patch only because it needs the do_div() first.
Done.
Please do not use a completely unrelated Subject next time!
Best regards,
Wolfgang Denk