> -----Original Message----- > From: U-Boot [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Ashish > Kumar > Sent: Friday, January 22, 2016 1:42 PM > To: u-boot@lists.denx.de; york sun <york....@nxp.com> > 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 U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot