]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
arm: implement find_next_zero_bit function
authorVitaly Andrianov <vitalya@ti.com>
Thu, 5 Feb 2015 16:24:46 +0000 (11:24 -0500)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:16 +0000 (21:47 +0200)
commit63405a698865e3af780556d37f03255b6af32a1a
treece2975f0208c56005ba9f396a57dbb8dbfc95f50
parent3c814d78ff45222afed9243c3f3e6b430cf7d9f3
arm: implement find_next_zero_bit function

This commit copies implementation of the find_next_zero_bit() from
git://git.denx.de/u-boot.git/arch/mips/include/asm/bitops.h. v2014.07

The function is required to enable MCAST_TFTP support for ARM platforms.

Signed-off-by: Vitaly Andrianov <vitalya@ti.com>
arch/arm/include/asm/bitops.h