u-boot-brain/arch/powerpc/cpu
Ashish kumar 43381474ff arch/powperpc: Fix start_align due to use of __ffs64() instead ffs64()
Incorrect DDR law was created in case of B4860qds after commit
2d2f490d. Return value of ffs64() differs from __ffs64(), eg.
    ffs64(0x80000000) = 0x20
    __ffs64(0x80000000) = 0x1f
As a result of this change, callers need to adjust the expected
return value by removing -1.

Signed-off-by: Ashish Kumar <Ashish.Kumar@nxp.com>
Reviewed-by: York Sun <york.sun@nxp.com>
2016-01-25 12:30:31 -08:00
..
mpc5xx powerpc: Finish updating u-boot*lds scripts for newer binutils 2015-11-10 09:20:29 -05:00
mpc5xxx powerpc, mpc5xxx: fix missing bootflag init 2016-01-05 08:33:44 -08:00
mpc8xx Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
mpc8xxx arch/powperpc: Fix start_align due to use of __ffs64() instead ffs64() 2016-01-25 12:30:31 -08:00
mpc83xx arch/powperpc: Fix start_align due to use of __ffs64() instead ffs64() 2016-01-25 12:30:31 -08:00
mpc85xx powerpc: mpc85xx: Move set_liodns, setup_portals to common boot seq 2016-01-25 12:13:31 -08:00
mpc86xx Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
mpc512x powerpc: Finish updating u-boot*lds scripts for newer binutils 2015-11-10 09:20:29 -05:00
mpc8260 Fix GCC format-security errors and convert sprintfs. 2016-01-14 22:11:34 -05:00
ppc4xx Fix board init code to respect the C runtime environment 2016-01-13 21:05:17 -05:00
Makefile Various Makefiles: Add SPDX-License-Identifier tags 2015-11-10 09:19:52 -05:00