[U-Boot] [PATCH] Powperpc:u-boot: Fix bug created due to use of __ffs64() in place of custom ffs64()

Prabhakar Kushwaha prabhakar.kushwaha at nxp.com
Fri Jan 22 11:09:34 CET 2016


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


More information about the U-Boot mailing list