> -----Original Message----- > From: U-Boot [mailto:[email protected]] On Behalf Of Ashish > Kumar > Sent: Friday, January 22, 2016 1:42 PM > To: [email protected]; york sun <[email protected]> > Subject: [U-Boot] [PATCH] Powperpc:u-boot: Fix bug created due to use of > __ffs64() in place of custom ffs64()
Please rephrase the subject > > * Return value of ffs64() different to that of __ffs64(), > ffs64(0x80000000) = 0x20 > __ffs64(0x80000000) = 0x1f, > as result of this change -1 from start_align needs to be removed. > * Incorrect DDR law was created in case of B4860qds > * Tested on B4860qds and T1040 > Please move TEST info after "---" --prabhakar _______________________________________________ U-Boot mailing list [email protected] http://lists.denx.de/mailman/listinfo/u-boot

