u-boot/arch/powerpc
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
..
cpu arch/powperpc: Fix start_align due to use of __ffs64() instead ffs64() 2016-01-25 12:30:31 -08:00
dts Various Makefiles: Add SPDX-License-Identifier tags 2015-11-10 09:19:52 -05:00
include/asm Add more SPDX-License-Identifier tags 2016-01-19 08:31:21 -05:00
lib powerpc: Drop old non-generic-board code 2015-10-19 17:06:20 -04:00
config.mk arch/powerpc/config.mk: Pass -fno-ira-hoist-pressure when possible 2015-10-17 08:04:11 -04:00
Kconfig kbuild: create symbolic link only for ARM, AVR32, SPARC, PowerPC, x86 2015-07-27 15:02:00 -04:00
Makefile Kbuild: introduce Makefile in arch/$ARCH/ 2014-12-08 09:35:45 -05:00