mirror of
https://xff.cz/git/u-boot/
synced 2025-09-03 17:52:07 +02:00
The already available ilog2 function does exactly the same in the common case than the log2 function the current clock-driver reimplement. So, simply move to that one. Signed-off-by: Heiko Stuebner <heiko@sntech.de> Acked-by: Simon Glass <sjg@chromium.org>