commit | 7948d008f0a229d1c60de6711e7a86369e2b8d10 | [log] [tgz] |
---|---|---|
author | Felipe Balbi <balbi@ti.com> | Mon Dec 22 16:26:13 2014 -0600 |
committer | Tom Rini <trini@ti.com> | Tue Jan 13 11:53:39 2015 -0500 |
tree | 19466f4736d093b6fed51e17f53e6a1cfa3848ef | |
parent | 5fd8a6bdcfa1e36a0a5d183702dc29a3bcf1af06 [diff] |
board: ti: am43xx: replace if else if else with a switch A switch statement fits better in this case, specially considering we have a few extra frequencies to use. Signed-off-by: Felipe Balbi <balbi@ti.com>