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

york sun york.sun at nxp.com
Fri Jan 22 18:27:45 CET 2016


On 01/22/2016 12:12 AM, Ashish Kumar wrote:
>  * 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
> 
> Signed-off-by: Ashish Kumar <Ashish.Kumar at nxp.com>
> ---
Please fix the subject line and reference the original commit changing ffs64.

York



More information about the U-Boot mailing list