commit | 81e9fe5a29880d7af75702291ab0f36ed5a1b054 | [log] [tgz] |
---|---|---|
author | Vitaly Andrianov <vitalya@ti.com> | Thu Feb 05 11:24:46 2015 -0500 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Thu Apr 16 09:31:14 2015 +0200 |
tree | 47f5ebbf70c489296a3c1dde167bc16981641ab6 | |
parent | a32d27912961040230320268d6cde80e9442dc33 [diff] |
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>