commit | eb05dcfea29bbafbc9f8ce3b7894e3e53f35d743 | [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 | d1da5d6cd8d33f777cf8374bf070970c4cca32e1 [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>