From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ilya Yanok Date: Sat, 16 May 2009 01:15:40 +0400 Subject: [U-Boot] [PATCH] mmc: it's safe to ignore mmc_send_if_cond() return value In-Reply-To: <528f13590905150906t4e620dc4l8fb91be451e4b247@mail.gmail.com> References: <1242295389-3682-1-git-send-email-yanok@emcraft.com> <528f13590905140748l386db421ya98c7f4a52e4ac8@mail.gmail.com> <4A0C5DB7.5010607@emcraft.com> <528f13590905141324s782412c2n10f13bc474fab61@mail.gmail.com> <528f13590905141343t6acc8045xf8ddda1ce4c06fd6@mail.gmail.com> <4A0C8840.6090101@emcraft.com> <528f13590905141537s3d47b425i6fb4b24522da61fc@mail.gmail.com> <4A0CA38A.1050207@emcraft.com> <528f13590905150906t4e620dc4l8fb91be451e4b247@mail.gmail.com> Message-ID: <4A0DDB7C.1090303@emcraft.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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.