Skip to content
Snippets Groups Projects
Commit eb05dcfe authored by Marek Vasut's avatar Marek Vasut Committed by Marek Vasut
Browse files

sh: tmu: Simplify the tmu_bit math


The tmu_bit value evaluates to (ffs(4) >> 1) - 1 = (3 >> 1) - 1 = 0.
Just drop the tmu_bit completely as well as CONFIG_SYS_TMU_CLK_DIV.

Signed-off-by: default avatarMarek Vasut <marek.vasut+renesas@gmail.com>
parent d1da5d6c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment