commit | 8a03d9eaea84d764e64345f5207a5f5e993ccfef | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Fri Aug 24 21:20:31 2018 +0200 |
committer | Marek Vasut <marex@denx.de> | Sat Sep 15 03:19:07 2018 +0200 |
tree | 1100e9cc334c2b7dc347cb6c9921a96bea3a852f | |
parent | 2f5f524f1bc6187e892ec355d706b9f6c335b1aa [diff] |
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: Marek Vasut <marek.vasut+renesas@gmail.com>