]> git.dujemihanovic.xyz Git - u-boot.git/commit
riscv: define find_{first,next}_zero_bit in asm/bitops.h
authorMaxim Kochetkov <fido_max@inbox.ru>
Fri, 26 Jul 2024 12:07:21 +0000 (15:07 +0300)
committerLeo Yu-Chi Liang <ycliang@andestech.com>
Tue, 10 Sep 2024 02:10:43 +0000 (10:10 +0800)
commitbbbb2ef4a7e8ea2f0300765b4a560053e5ffa669
tree940af483821c3cbb97593abc04328e4fcccf19f1
parente0495c9186a429220eb342e415b9db57f097ef3d
riscv: define find_{first,next}_zero_bit in asm/bitops.h

These seem to be missing, and trying to build fastboot cmd without
them is causing errors due to these being missing.

Signed-off-by: Maxim Kochetkov <fido_max@inbox.ru>
Tested-by: E Shattow <lucent@gmail.com
Reviewed-by: Leo Yu-Chi Liang <ycliang@andestech.com>
arch/riscv/include/asm/bitops.h