Hi Alfred, alfred steele wrote: >> Just make sure that you have all needed clocks enabled. >> > Thanks!One thing i forgot mentioning is that when i had adopted your > patch on my baseline code, i started getting the infamous 'u64 ' (64 > bit) division LINK errors while compiling with EABI rooting out of the > clock based calculations.(prescalar and divider etc.) Hence i googled > out and found out two patches that fix-arm920t-eabi.patch > uboot-eabi-fix-HACK.patch I applied these patches hand edited some > files to fix the compilation problem. I know you had some latest > patches to use lldiv() instead but how did you get rid of the compile > issues without lldiv initially. Are you compiling without EABI? >
You really should use lldiv() for 64-bit division. I had the same compile issues. Regards, Ilya. _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

